Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Oct 25, 2019
1 parent 77f4dc1 commit 309c468
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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


0 comments on commit 309c468

Please sign in to comment.