From d6eb06e2ba0623a7a66efdf664e6c843e948d449 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Wed, 1 Nov 2017 18:05:56 -0300 Subject: [PATCH] Fix markup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8bca10..a7a9207 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To use getopt in your project you can just add it as a dependency in your Usage ----- -The *getopt* module provides four functions: +The `getopt` module provides four functions: ```erlang parse([{Name, Short, Long, ArgSpec, Help}], Args :: string() | [string()]) ->