Update develop.md

typo fix
This commit is contained in:
vuurball 2022-01-16 14:30:06 +02:00 committed by GitHub
parent 4b292bec93
commit a93c040494
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.