Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
Use latest sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Jan 30, 2020
1 parent 0fa2749 commit 9aa1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises-java/exercise2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Let's deploy the domain model to a database. Now, you will use SQLite, a light-w

a. Go to the terminal where your application is running and press `CTRL + C`.

b. Run `npm install --save-dev sqlite3@^4.0.0`
b. Run `npm install --save-dev sqlite3`

2. To initialize the database with the defined domain model, run `npm run deploy`

Expand Down

0 comments on commit 9aa1fd6

Please sign in to comment.