diff --git a/quad/README.md b/quad/README.md
index dae356a0bcbf7da9cdd32e31007263d56de2dff5..6becead2fe878e1c49e091c8ff7a9db6fe50dca7 100644
--- a/quad/README.md
+++ b/quad/README.md
@@ -9,7 +9,7 @@ the quad, and the XSDK main project that runs on the Zybo.
 The main quad application is located at `src/quad_app/`.
 
 To run this application on the Zybo, we need to implement the hardware drivers,
-and provide a `main function`. This is done in `xsdk_workspace/real_quad/src`.
+and provide a `main` function. This is done in `xsdk_workspace/real_quad/src`.
 
 We can also run this application on our own laptops for testing. We call this
 implementation the "virtual quad". This is done in `src/virt_quad`.