From ecdaf5c3791a0cb11c9e79ab32124f42dbcdc1a8 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Wed, 5 Jul 2017 13:43:29 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b1a9e5..cbce23c7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ gun.get('mark').on(function(data, key){ }); ``` -- See this [module for GraphQL support](https://github.com/brysgo/graphql-gun). + ## Support - Help support development: https://www.patreon.com/gunDB ! @@ -72,6 +72,11 @@ gun.get('mark').on(function(data, key){ - [How the Conflict Resolution algorithm works](http://gun.js.org/distributed/matters.html). - Check out and add example code [snippets](https://github.com/amark/gun/wiki/snippets-(v0.3.x)) —including micro-modules— to address specific situations. - Loose [roadmap](https://github.com/amark/gun/wiki/roadmap). + - A [React tutorial](https://github.com/amark/gun/wiki/React-Tutorial). + - See this [module for GraphQL support](https://github.com/brysgo/graphql-gun). + - [A React example](https://github.com/amark/gun/tree/master/examples/react). + - [An Angular example](https://github.com/amark/gun/tree/master/examples/angular). + - [Some VueJS examples](https://github.com/amark/gun/tree/master/examples/vue). ## Deploy