aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e57c5ec..6609762 100644
--- a/README.rst
+++ b/README.rst
@@ -14,8 +14,8 @@ simple.
Usage
=====
-There is only 1 function for you to use, and that is `getgopt.Getopt()`. The function works *almost*
-the same way that the POSIX C ``getopt`` function works. Here is an example of it's usage:
+There is only 1 function for you to use, and that is ``getgopt.Getopt()``. The function works
+*almost* the same way that the POSIX C ``getopt`` function works. Here is an example of it's usage:
.. code-block:: go