diff --git a/README.md b/README.md index a34ac46..a02d515 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DocumentFunction A module for documenting Julia functions. -It also provides methods to document function methods, arguments and keywords. +It provides methods to document function methods, arguments, and keywords. [![Coverage Status](https://coveralls.io/repos/madsjulia/DocumentFunction.jl/badge.svg?branch=master)](https://coveralls.io/r/madsjulia/DocumentFunction.jl?branch=master) @@ -83,9 +83,9 @@ $(DocumentFunction.documentfunction(foobar; """ foobar ``` -To get the help for this new function type `?foobar`. +To get help for this new function, type `?foobar`. -This will produces the following output: +This will produce the following output: ``` foobar