From 85113c7b0359e213045ad7220c373268b581019e Mon Sep 17 00:00:00 2001 From: "Velimir V Vesselinov (monty)" Date: Fri, 15 Dec 2023 12:57:32 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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