diff --git a/guide/english/game-development/arcade/index.md b/guide/english/game-development/arcade/index.md index 0ce753e973..fd54449ee2 100644 --- a/guide/english/game-development/arcade/index.md +++ b/guide/english/game-development/arcade/index.md @@ -5,6 +5,6 @@ title: Arcade ### Game Development with Arcade -Arcade is a python library which eases the task of creating 2-D games avoiding the complexity of other libraries like pygame. It is built on top of Pyglet and openGL. +Arcade is a python library which eases the task of creating 2-D games and avoiding the complexity of other libraries like pygame. It is built on top of Pyglet and openGL. [Docs](http://arcade.academy)