From 3acb5b8f397b406b2a008923b146bc4b946cb371 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Wed, 21 Dec 2016 18:17:45 -0300 Subject: [PATCH] Add documentation links in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f95ebe5..bca2ef8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ dependencies: github: crystal-lang/crystal-db ``` +## Documentation + +* [Latest API](http://crystal-lang.github.io/crystal-db/api/latest/) +* [Crystal book](https://crystal-lang.org/docs/database/) + ## Usage Since this is an abstract db api, it's usage is through a concrete database driver.