Merge pull request #14128 from vuurball/patch-1

Updated develop.md - typo fix
This commit is contained in:
Usha Mandya 2022-01-19 19:52:40 +05:30 committed by GitHub
commit 0996fff158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ server.use( '/', mocks.server( server.Router(), false, false ) )
server.start()
```
Weve add the `ronin-database` module and we updated the code to connect to the database and set the in-memory flag to false. We now need to rebuild our image so it contains our changes.
Weve added the `ronin-database` module and we updated the code to connect to the database and set the in-memory flag to false. We now need to rebuild our image so it contains our changes.
First lets add the `ronin-database` module to our application using npm.