Skip to content

Commit

Permalink
Fix code issue in the basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacine Petitprez authored Jun 24, 2018
1 parent f961028 commit 69eadb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/BasicExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ they are covered in other articles of this wiki !
`echo "CREATE DATABASE sample_for_wiki;" | psql -U postgres`
# Unleash the kraken !!!
require "../../src/clear"
require "clear"
# Initialize the connection
Clear::SQL.init("postgres://postgres@localhost/sample_for_wiki")
Expand Down Expand Up @@ -189,4 +189,4 @@ User.query.with_posts(&.published).limit(5).each do |user|
end
pause
```
```

0 comments on commit 69eadb7

Please sign in to comment.