diff --git a/README.md b/README.md index 232a0e3..d0a9b1f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ In order for ApexDoc to identify class methods, the method line must contain an | @description | one or more lines that provide an overview of the method| | @param *param name* | a description of what the parameter does| | @return | a description of the return value from the method| -| @example | Example code usage. This will be wrapped in tags to preserve whitespace| +| @example | Example code usage. This will be wrapped in `` tags to preserve whitespace| Example ``` /*******************************************************************************************************