We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f026c0 commit 6e6d64eCopy full SHA for 6e6d64e
README.md
@@ -2,6 +2,8 @@
2
3
Generates an Abstract Syntax Tree (AST) from a chunk of BBCode.
4
5
+Read full and updated documentation: https://pythoncoderas.github.io/bbcode-ast/
6
+
7
## Installation
8
9
```bash
@@ -11,7 +13,7 @@ npm install --save bbcode-ast
11
13
## Usage
12
14
15
You can either use the default parser or construct your own parser. Once you have a `Parser`, call the `parse` method on
-it.
16
+it. The default parser can be imported.
17
18
It will return the root node of the AST.
19
0 commit comments