Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
underpig1 committed Jul 28, 2020
1 parent a3d7f0b commit c3ea00a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
[![Documentation Status](https://readthedocs.org/projects/neuron-lang/badge/?version=latest)](https://neuron-lang.readthedocs.io/en/latest/?badge=latest)

Neuron is a language that compiles directly into HTML, CSS, and JavaScript.
[Documentation](https://neuron-lang.readthedocs.io/en/latest/index.html)

[Documentation](https://neuron-lang.readthedocs.io/en/latest/index.html)
## Installation
Install Neuron with `npm`:
```
npm install -g neuron-lang
```
Install Neuron with its web framework:
```html
<script src = "https://github.com/underpig1/neuron-lang/blob/master/lib/browser/browser.mjs" type = "module"></script>
```

0 comments on commit c3ea00a

Please sign in to comment.