Skip to content

Commit c259a0f

Browse files
committed
docs: remove robotframework-tidy from docs
1 parent 4b5f4ef commit c259a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/02_get_started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Create a `requirements.txt` file in the root folder of your project and add the
5656
robotframework
5757
```
5858

59-
If you require additional dependencies, you can include them in the `requirements.txt` file. For instance, if you wish to utilize [robotframework-tidy](https://github.com/MarketSquare/robotframework-tidy) for formatting your robot files and the [Browser library](https://robotframework-browser.org/) for website testing, you can add the following line to the `requirements.txt` file:
59+
If you require additional dependencies, you can include them in the `requirements.txt` file. For instance, if you wish to utilize [robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) for formatting and linting your robot files and the [Browser library](https://robotframework-browser.org/) for website testing, you can add the following line to the `requirements.txt` file:
6060

6161
```txt [requirements.txt]
6262
robotframework
63-
robotframework-tidy
63+
robotframework-robocop
6464
robotframework-browser
6565
```
6666

0 commit comments

Comments
 (0)