Skip to content

Commit b778d26

Browse files
committed
docs (README): add Documentation section
1 parent d995477 commit b778d26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ posts = Onyx.query(Post
150150
posts.first # => #<Post @id=1, @author=#<User @id=1 @name="John">, @content="Hello, world!">
151151
```
152152

153-
To know more about Onyx::SQL, please visit [docs.onyxframework.org/sql](https://docs.onyxframework.org/sql) 📚
153+
## Documentation 📚
154+
155+
The documentation is available online at [docs.onyxframework.org/sql](https://docs.onyxframework.org/sql).
154156

155157
## Community 🍪
156158

0 commit comments

Comments
 (0)