diff --git a/README.md b/README.md index 2833619f719276a6be9934b38b51a5ac5d98258c..cf1838df8f5056b9da6e947c501e270930f21f45 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install pygame==2.5.2 ### Usage -Here is an example of how to use Gym to solve the `CartPole-v1` environment (https://gymnasium.farama.org/environments/classic_control/cart_pole/): +Here is an example of how to use Gym to solve the `CartPole-v1` environment ([Documentation]https://gymnasium.farama.org/environments/classic_control/cart_pole/): ```python import gym