Skip to content

Commit 341ad6c

Browse files
committed
Switching the batch in the readme
1 parent 09dae79 commit 341ad6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Documentation validator
2-
[![Build Status](https://travis-ci.org/mamazu/documentation-parser.svg?branch=master)](https://travis-ci.org/mamazu/documentation-parser)
2+
[![PHP Composer](https://github.com/mamazu/documentation-parser/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/mamazu/documentation-parser/actions/workflows/php.yml)
33

44
Every project needs documentation which is usually accompanied by code snippets that show how a component is integrated. The problem is how does the project ensure that this code runs and that the code is up to date? Then this is your tool.
55

@@ -25,7 +25,7 @@ You can also configure it to use a directory: `bin/doc-parser -i <extension-dir>
2525
>echo "ABC";
2626
>
2727
>\```
28-
* RST parser: Parser that parses mark down. This is a popular language for documentation appearently.
28+
* RST parser: Parser that parses mark down. This is a popular language for the documentation apparently.
2929

3030
### Validators
3131
* CompositeValidator: Validates all of its children passed into the constructor

0 commit comments

Comments
 (0)