2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

chore: readme

This commit is contained in:
Nikolay Kostyurin
2018-10-07 21:44:58 +02:00
committed by GitHub
parent f012397a2f
commit 0bfed5a5b4
+5 -1
View File
@@ -19,7 +19,7 @@
</div>
BBob is a tool to parse and transform [BBCode](https://en.wikipedia.org/wiki/BBCode)
Written in pure javascript, no dependencies
written in pure javascript, no dependencies
## Packages
@@ -59,6 +59,10 @@ Written in pure javascript, no dependencies
### Basic usage <a name="basic"></a>
```shell
npm i @bbob/core @bbob/html @bbob/preset-html5
```
```js
import bbob from '@bbob/core'
import { render } from '@bbob/html'