remove line not needed (#237)
remove the line that does not look good in github but okay for loopack.io confirming with rand that that can be removed
This commit is contained in:
parent
d27ab084a6
commit
39d67fa1f9
|
@ -27,7 +27,6 @@ required to connect to a MySQL database. It will also run the `npm install` com
|
||||||
|
|
||||||
The entry in the application's `/server/datasources.json` will look like this:
|
The entry in the application's `/server/datasources.json` will look like this:
|
||||||
|
|
||||||
{% include code-caption.html content="/server/datasources.json" %}
|
|
||||||
```javascript
|
```javascript
|
||||||
"mydb": {
|
"mydb": {
|
||||||
"name": "mydb",
|
"name": "mydb",
|
||||||
|
|
Loading…
Reference in New Issue