From e868bc0d0bc24bd0e2398982a1eeda05f959a308 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Thu, 20 Jul 2017 16:40:19 -0700 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88be486..06c63d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ I created this project because a) I always wished there was a better way to track the progress of my CubScouts in getting their ranks and b) I wanted to learn graphql with Apollo. -Right now there is a [demo](https://bobjohnbob.github.io/scouttracker/build/?id=cj54d5gqs6f4e0156y7x8tj0f) where you can tick off achievements for a single scout's wolf adventures. I've mostly built this project to learn graphql so I started there, there-fore it's not pretty (yet) but that is what I'll start working on next. Currently the demo is subscribing to live updates from a graph.cool generated API to know which achievements are checked off. +Right now there is a [demo](https://bobjohnbob.github.io/scouttracker/build/?id=cj54d5gqs6f4e0156y7x8tj0f) (unfortunately subscriptions with graph.cool seem to be somewhat unreliable, so it may not connect/update properly) where you can tick off achievements for a single scout's wolf adventures. I've mostly built this project to learn graphql so I started there, there-fore it's not pretty (yet) but that is what I'll start working on next. Currently the demo is subscribing to live updates from a graph.cool generated API to know which achievements are checked off. This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).