From ac8831ff761c288d97d9fd9166cc81c73f1a06e8 Mon Sep 17 00:00:00 2001 From: FlorianHockmann Date: Wed, 16 Nov 2016 21:34:13 +0100 Subject: [PATCH] Add link to API reference to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ab3df0..22e0906 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ using (var gremlinClient = new GremlinClient(gremlinServer)) await gremlinClient.SubmitWithSingleResultAsync("g.V().has('name', 'gremlin').hasNext()"); } ``` + +## API Reference + +The API reference can be found here: [https://florianhockmann.github.io/Gremlin.Net/api/Gremlin.Net.html](https://florianhockmann.github.io/Gremlin.Net/api/Gremlin.Net.html)