Skip to content

Commit bf9d4b5

Browse files
authored
Move the dependencies to the top of the page.
1 parent f14e9eb commit bf9d4b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# PHPDraft [![Build Status](https://travis-ci.org/SMillerDev/phpdraft.svg?branch=master)](https://travis-ci.org/SMillerDev/phpdraft) [![Style Status](https://styleci.io/repos/65147997/shield)](https://styleci.io/repos/65147997) [![codecov](https://codecov.io/gh/SMillerDev/phpdraft/branch/master/graph/badge.svg)](https://codecov.io/gh/SMillerDev/phpdraft)
22
This is a parser for API Blueprint files in PHP.[1](#dependencies)
33

4+
## Dependencies
5+
PHPDraft requires [drafter](https://github.com/apiaryio/drafter) to be installed. Refer to the drafter page for the installation details. If you don't want to install drafter, you can pass `-o` to the command to make it use [https://api.apiblueprint.org/parser](https://api.apiblueprint.org/parser)
6+
47
## Usage
58
Requires PHP 7.0+ to run. Unittests require runkit or uopz
69
For direct usage you can run:
@@ -67,10 +70,6 @@ Return the information for the Person
6770

6871
```
6972

70-
71-
## Dependencies
72-
PHPDraft requires [drafter](https://github.com/apiaryio/drafter) to be installed. Refer to the drafter page for the installation details.
73-
7473
## Building an executable
7574
Install the binary dependencies with composer (`composer install`).
7675
Run `ant phar` or `ant phar-nightly`

0 commit comments

Comments
 (0)