We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b1ee5 commit c1dab6aCopy full SHA for c1dab6a
README.md
@@ -8,19 +8,12 @@ If you wish to convert BBCode to HTML or HTML to BBCode see [bbcode-parser-templ
8
9
### Installing
10
11
-#### Browser
12
-
13
-- ``git submodule add https://github.com/thoughtsunificator/bbcode-parser lib/bbcode-parser``
14
15
-#### Node.js
16
17
-- ``npm install @thoughtsunificator/bbcode-parser``
18
-- Add ``type: "module"`` to your package.json.
+- ``npm install bbcode-parser``
19
20
### Usage
21
22
````javascript
23
-import { Parser } from '@thoughtsunificator/bbcode-parser' // or ./lib/bbcode-parser/index.js
+import { Parser } from 'bbcode-parser'
24
25
const bbDocument = Parser.parse("[b]Hey, thanks![/b]") // return a BBDocument instance
26
0 commit comments