From 7bd6e9da79e90230b8668e0acc3a92b4431414e0 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Wed, 29 Jul 2015 02:23:32 +1000 Subject: [PATCH] docs: polish See Also section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c872134..bcde4ed 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,9 @@ cursors / lenses. At the moment of writing I haven't found a data store I'm pleased with, so I'll probably end up writing one in the near future. ## See Also -- [flux-standard-action](https://github.com/acdlite/flux-standard-action/) -- [create-fsa](https://github.com/yoshuawuyts/create-fsa/) +- [flux-standard-action](https://github.com/acdlite/flux-standard-action/) - human-friendly standard for Flux action objects +- [create-fsa](https://github.com/yoshuawuyts/create-fsa/) - create a flux-standard-action from a value +- [wayfarer](https://github.com/yoshuawuyts/wayfarer) - composable trie based router ## License [MIT](https://tldrlegal.com/license/mit-license)