diff --git a/ext/README.md b/ext/README.md index 977888d..1cbcfab 100644 --- a/ext/README.md +++ b/ext/README.md @@ -8,9 +8,9 @@ to pushing Pixel to the next level. ## Extension List -* [gameloop](gameloop/README.md) - A plugin that allows you to run a game loop in Pixel. -* [imdraw](imdraw/README.md) - A plugin that allows you to draw primitives in Pixel. -* [text](text/README.md) - A plugin that allows you to draw text in Pixel. +* [gameloop](gameloop/README.md) - An extension that allows you to run a game loop in Pixel. +* [imdraw](imdraw/README.md) - An extension that allows you to draw primitives in Pixel. +* [text](text/README.md) - An extension that allows you to draw text in Pixel. ## Creating a Plugin