Skip to content

Commit 6e6d64e

Browse files
committed
Polish README
1 parent 1f026c0 commit 6e6d64e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Generates an Abstract Syntax Tree (AST) from a chunk of BBCode.
44

5+
Read full and updated documentation: https://pythoncoderas.github.io/bbcode-ast/
6+
57
## Installation
68

79
```bash
@@ -11,7 +13,7 @@ npm install --save bbcode-ast
1113
## Usage
1214

1315
You can either use the default parser or construct your own parser. Once you have a `Parser`, call the `parse` method on
14-
it.
16+
it. The default parser can be imported.
1517

1618
It will return the root node of the AST.
1719

0 commit comments

Comments
 (0)