Skip to content

Commit

Permalink
CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Mar 14, 2024
1 parent 9bbdc27 commit 9768932
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ composer run lint
1. Firstly, you will need to run Selenium and a Web Browser (and/or perhaps a driver in between):
1. **With Docker** - A `docker-compose.yml` file with sensible defaults is already provided , so you can just run:
```shell
docker-compose up
docker compose up
```
2. **With Java (Native)** - This would take more work, but performs better. Get started by running:
```shell
Expand Down
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
MIT License

Copyright (c) 2023-present MinkPhp contributors

Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ composer require "behat/mink" "mink/webdriver-classic-driver"

## Standalone Usage Example

You'll need to set up Selenium. Refer to [Contributing \ Testing](.github/CONTRIBUTING.md#testing) to see how.
You will need to run a WebDriver server, either using [Selenium](https://www.selenium.dev/) or the browser driver directly.

```php
<?php
Expand Down

0 comments on commit 9768932

Please sign in to comment.