diff --git a/README.md b/README.md
index a10b92fe8b4a62dd0c6b154b4d86374cbfcc90db..295a24a56e166fdc13e10c14d97b8f84363bda47 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Todo
 **Usage**
 - Construct object (e.g. when new finger goes down)
 - `start_drawing` with initial position (e.g. with finger down position)
-- Upon new location (e.g. finger motion to new position), setup Opengl state (use shader, bind FBO, bind VAO, **bind VBO**, set viewport, bind textures) and call `draw`. Call `redraw` with all required FBO/texture combinations.
+- Upon new location (e.g. finger motion to new position), setup Opengl state (use shader `draw`, bind FBO, bind VAO, **bind VBO**, set viewport, bind textures) and call `draw`. Call `redraw` with all required FBO/texture combinations.
 - Destruct when drawing this line is finished (e.g. finger is lifted)