Skip to content

Commit

Permalink
Documentation tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Feb 13, 2017
1 parent 97bc380 commit 9538f24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/more-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ For 99% of use-cases you probably should just use ClojureScript.

However, here are some niches that wisp might fill:

* Including it in a project can be as simple as a single `<script>` tag.
* Compiles down to readable JavaScript.
* Closer interop with native JavaScript - doesn't need a `js/` prefix, uses JS types.
* No complicated stack or setup - contributors only need a browser.
* Including it in a project can be as simple as a single `<script>` tag.
* Close interop with native JavaScript - no `js/` prefix, uses JS types.

For more info you can find the [old readme here](./readme-original.md).

0 comments on commit 9538f24

Please sign in to comment.