diff --git a/README.rst b/README.rst index a2d3ad2..84159cd 100644 --- a/README.rst +++ b/README.rst @@ -9,10 +9,10 @@ bindings using ctypes. Contents ======== -ms.h, ms.c - merge sort implementation -main.c - sample test of using merge sort implementation with time measurement -pyms.py - sample python bindings using ctypes -test.py - sample test of using pyms +* ms.h, ms.c - merge sort implementation +* main.c - sample test of using merge sort implementation with time measurement +* pyms.py - sample python bindings using ctypes +* test.py - sample test of using pyms Compile shared library with