Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 5, 2020
1 parent 4729e5d commit 432c1fb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<h3 align="center">CodeJar – a micro code editor</h3>
<p align="center"><a href="https://medv.io/codejar/"><img src="https://medv.io/assets/codejar/screenshot.png" width="709"></a></p>

## Features

* Lightweight (**2 kB** only)
* Preserves indentation on a new line
* Adds closing brackets, quotes
* Indents line with the **Tab** key
* Supports **undo**/**redo**

## Getting Started

Install CodeJar 🍯via npm:
Expand Down Expand Up @@ -107,7 +115,10 @@ let code = jar.toString()

Removes event listeners from editor.

## Related

* [react-codejar](https://github.com/guilhermelimak/react-codejar)

# License
## License

[MIT](LICENSE)

0 comments on commit 432c1fb

Please sign in to comment.