Skip to content

Commit

Permalink
fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
William Owens authored Sep 5, 2020
1 parent 34f02c8 commit e1bdace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ The minified scripts will be placed in `./build/min/`.
## About
This library makes heavy use of `Elm`, the delightful functional programming langauge.
All of the HTML rendering, ANSI escape code parsing, user input handling happens in Elm.
Check out [term package](https://github.com/wsowens/term.git) for more details on how this was implemented.
Check out the [term package](https://github.com/wsowens/term.git) for more details on how this was implemented.

Unfortunately, Elm packages cannot interact with WebSockets without the use of Ports and a bit of boilerplate JavaScript.
This repo includes a simple Elm application based on the `term` package, with all the proper ports and boilerplate code.
This all compiles down to a simple JavaScript file. (About 16KB once minified and gzipped!)

## License
This project is licensed under the Apache 2.0 License. See the [license](./LICENSE) for details.
This project is licensed under the Apache 2.0 License. See the [license](./LICENSE) for details.

0 comments on commit e1bdace

Please sign in to comment.