Skip to content

Commit 3a6b3f2

Browse files
author
Frederic Massart
committed
Fix typos in the README
1 parent 59b165a commit 3a6b3f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $rtlcss->flip();
3131
echo $tree->render();
3232
```
3333

34-
For parsing options and rendering, refer to [Sabeerword/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser).
34+
For parsing options and rendering, refer to [Sabberworm/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser).
3535

3636
## Output sample
3737

@@ -174,12 +174,12 @@ A lot of common CSS rules are supported, however a few complex ones are not. To
174174

175175
## About this tool
176176

177-
This tool is very heavily inspired by [MohammaYounes/rtlcss](https://github.com/MohammadYounes/rtlcss), even though at this stage it does not include all of its features. See this library as a partial port of the latter.
177+
This tool is very heavily inspired by [MohammadYounes/rtlcss](https://github.com/MohammadYounes/rtlcss), even though at this stage it does not include all of its features. See this library as a partial port of the latter.
178178

179179
## Credits
180180

181-
* [MohammaYounes/rtlcss](https://github.com/MohammadYounes/rtlcss) for being the example we followed.
182-
* [Sabeerword/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser) for parsing CSS in PHP.
181+
* [MohammadYounes/rtlcss](https://github.com/MohammadYounes/rtlcss) for being the example we followed.
182+
* [Sabberworm/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser) for parsing CSS in PHP.
183183

184184
## License
185185

0 commit comments

Comments
 (0)