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 9aa1fd6 commit 08869d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises-java/exercise3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Let's deploy the domain model again to a SQLite database.

a. Open the terminal and go to the root of your project: `cd ~/projects/bookstore`

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

2. To initialize the bookstore database with the defined domain model and sample data, run `npm run deploy`

Expand Down

0 comments on commit 08869d3

Please sign in to comment.