Update README

This commit is contained in:
Calvin Rose 2018-07-04 11:06:10 -04:00
parent a5873a6e04
commit ad323795c0
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ make natives
Next, enter the repl and create a database and a table.
```
dst:1:> (import natives.sqlite :as sql)
dst:1:> (import natives.sqlite3 :as sql)
nil
dst:2:> (def db (sql.open "test.db"))
<sqlite3.connection 0x5561A138C470>