Skip to content

Commit 15b8a83

Browse files
committed
Initial docs
1 parent ce7395d commit 15b8a83

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# php-wikitext-parser
2-
Parse Wikitext in PHP
1+
# PHP Wikitext Parser
2+
The library provides an easy way to parse Wikitext in PHP.
3+
4+
## Installation
5+
6+
Just run the following Composer command at the root of
7+
your project.
8+
9+
```bash
10+
composer require divineomega/php-wikitext-parser
11+
```
12+
13+
## Usage
14+
15+
TODO

0 commit comments

Comments
 (0)