From 1b89efb5c8f72fe59aef8e5197501b98e09ae0e7 Mon Sep 17 00:00:00 2001 From: Zach Silveira Date: Tue, 19 Sep 2017 13:24:15 -0400 Subject: [PATCH] add link to source --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3728b6c..f205afe 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ npm install flashbang Stores state in the url. Useful for search pages. Must be rendered inside react-router v4. -- [See tests](/tests/query-state.js) -- [See Example in CRA](/example/src/example/query-state.js) +- [source](/src/query-state.js) +- [tests](/tests/query-state.js) +- [example](/example/src/example/query-state.js) ```js import { QueryState } from 'flashbang'