Skip to content

Commit f25f755

Browse files
Oliboy50dunglas
authored andcommitted
Fix wrong statement in README (symfony#23)
* Fix wrong statement in README * fix README - can be used instead of could be used
1 parent 545e8b3 commit f25f755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Panthère is very easy to use, because it implements the popular Symfony's [Brow
1111
[DomCrawler](https://symfony.com/doc/current/components/dom_crawler.html) APIs, , and contains
1212
all features you need to test your apps. It will sound familiar if you have ever created [a functional test for a Symfony app](https://symfony.com/doc/current/testing.html#functional-tests):
1313
as the API is exactly the same!
14-
Keep in mind that Panthère doesn't depend of Symfony, it's a standalone library.
14+
Keep in mind that Panthère can be used in every PHP project, it's a standalone library.
1515

1616
Panthère automatically finds your local installation of Chrome and launches it (thanks to [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)),
1717
so you don't need to install anything on your computer, neither Selenium server nor obscure driver.

0 commit comments

Comments
 (0)