diff --git a/docs/index.md b/docs/index.md index a70f8e794..9c5093ff5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,7 +44,7 @@ Basic Usage ----------- First, expose your schema, form, and model to the $scope. -Don't forget to load the ``schemaForm` module. +Don't forget to load the `schemaForm` module. ```javascript angular.module('myModule', ['schemaForm'])