Skip to content

Commit

Permalink
docs (README): add Documentation section
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Mar 10, 2019
1 parent d995477 commit b778d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ posts = Onyx.query(Post
posts.first # => #<Post @id=1, @author=#<User @id=1 @name="John">, @content="Hello, world!">
```

To know more about Onyx::SQL, please visit [docs.onyxframework.org/sql](https://docs.onyxframework.org/sql) 📚
## Documentation 📚

The documentation is available online at [docs.onyxframework.org/sql](https://docs.onyxframework.org/sql).

## Community 🍪

Expand Down

0 comments on commit b778d26

Please sign in to comment.