Skip to content

Commit 84ffe73

Browse files
committed
Point to tutorial from README.
1 parent 97548c2 commit 84ffe73

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/rspeele/Rezoom.SQL.svg?branch=master)](https://travis-ci.org/rspeele/Rezoom.SQL)
22

3-
[Documentation](https://rspeele.gitbooks.io/rezoom-sql/doc/Tutorial/) (work-in-progress)
3+
[Tutorial & full documentation](https://rspeele.gitbooks.io/rezoom-sql/doc/Tutorial/)
44

55
[Query playground -- try out the SQL dialect live!](http://rzsql.net/#52632EC5A298CFFFD652D53C03DD1318A9DACA3C)
66

@@ -142,4 +142,11 @@ permissions re-queried next time they are requested.
142142

143143
This lets you safely check all the invariants you need for each method in your
144144
domain layer, without fear of causing mountains of redundant queries, and
145-
without any of the effort of writing your own caching layer.
145+
without any of the effort of writing your own caching layer.
146+
147+
## Get started
148+
149+
To get started using RZSQL, read the
150+
[tutorial](https://rspeele.gitbooks.io/rezoom-sql/doc/Tutorial/). It'll get you
151+
up and running in 5 minutes or your money back.
152+

0 commit comments

Comments
 (0)