diff --git a/README.md b/README.md
index cf1838df8f5056b9da6e947c501e270930f21f45..d6b224b1c575e29a75f7ccaedfe892c23542beca 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 ([Documentation]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