Skip to content

Commit

Permalink
Fix import path in the doc (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanagarajkm committed Oct 1, 2020
1 parent de72ea2 commit aeceaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/OddJobsCliExample.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this example, our jobs table will be called `jobs_test`

<div class="lhs-code">
```
ghci> import Datasbe.PostgreSQL.Simple (connectPostgreSQL)
ghci> import Database.PostgreSQL.Simple (connectPostgreSQL)
ghci> import OddJobs.Migrations
ghci> conn <- connectPostgreSQL "dbname=jobs_test user=jobs_test password=jobs_test host=localhost"
ghci> createJobTable conn "jobs_test"
Expand Down

0 comments on commit aeceaeb

Please sign in to comment.