Skip to content

Commit

Permalink
Prepare for 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kzykhys committed Nov 7, 2013
1 parent 3ae3a53 commit 88e43e4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ciconia - A New Markdown Parser for PHP
[![Build Status](https://travis-ci.org/kzykhys/Ciconia.png?branch=master)](https://travis-ci.org/kzykhys/Ciconia)
[![Coverage Status](https://coveralls.io/repos/kzykhys/Ciconia/badge.png?branch=master)](https://coveralls.io/r/kzykhys/Ciconia?branch=master)

**This project is _unstable_** until 1.0.0 (see [milestones](https://github.com/kzykhys/Ciconia/issues/milestones))
**This project is _unstable_** until 1.0.0 (see [milestones][milestones])

The Markdown parser for PHP5.4, it is fully extensible.
Ciconia is the collection of extension, so you can replace, add or remove each parsing mechanism.
Expand Down Expand Up @@ -232,13 +232,13 @@ To change the location:

### Using PHAR version

You can also use [single phar file](https://github.com/kzykhys/Ciconia/releases/download/v0.1.2/ciconia.phar)
You can also use [single phar file][phar]

```
ciconia.phar /path/to/file.md
```

If you prefer access this command globally, download [ciconia.phar](https://github.com/kzykhys/Ciconia/releases/download/v0.1.2/ciconia.phar) and move it into your `PATH`.
If you prefer access this command globally, download [ciconia.phar][phar] and move it into your `PATH`.

```
mv ciconia.phar /usr/local/bin/ciconia
Expand All @@ -260,7 +260,17 @@ License

The MIT License

Contributing
------------

Feel free to folk this repository and send a pull request. ([A list of contributor][contributors])

Author
------

Kazuyuki Hayashi (@kzykhys)


[milestones]: https://github.com/kzykhys/Ciconia/issues/milestones
[phar]: https://github.com/kzykhys/Ciconia/releases/download/v0.1.4/ciconia.phar
[contributors]: https://github.com/kzykhys/Ciconia/graphs/contributors

0 comments on commit 88e43e4

Please sign in to comment.