From 309c4680778a9b0c4d1f29f3b808a85a066c6bd7 Mon Sep 17 00:00:00 2001 From: Ian Walter Date: Fri, 25 Oct 2019 15:32:06 -0400 Subject: [PATCH] Updating README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7bd969..08fb419 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ > A utility for traversing decision trees by selecting options [![npm page][npmImage]][npmUrl] +[![CI][ciImage]][ciUrl] -## About +## Resources -Create your own Buzzfeed quizzes! +* [Spotlight on decision-tree blog post][postUrl] ## Installation @@ -147,14 +148,15 @@ decisionTree.current() /* => { ## License -Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl] +Hippocratic License - See [LICENSE][licenseUrl]   -Created by [Ian Walter](https://iankwalter.com) +Created by [Ian Walter](https://ianwalter.dev) [npmImage]: https://img.shields.io/npm/v/@ianwalter/decision-tree.svg [npmUrl]: https://www.npmjs.com/package/@ianwalter/decision-tree +[ciImage]: https://github.com/ianwalter/decision-tree/workflows/CI/badge.svg +[ciUrl]: https://github.com/ianwalter/decision-tree/actions +[postUrl]: https://ianwalter.dev/spotlight-on-decision-tree [licenseUrl]: https://github.com/ianwalter/decision-tree/blob/master/LICENSE - -