Skip to content

Commit c64d6b1

Browse files
committed
minor readme revisions
1 parent 6240f65 commit c64d6b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# python_cpp_example
2-
This repository contains an example Python module which wraps C++ code. The code presented here was designed to meet four requirements:
2+
This repository contains an example python module which wraps C++ code. The code presented here was designed to meet four requirements:
33

44
1. Python bindings for C++ code (using [`pybind11`](http://pybind11.readthedocs.io/en/stable/index.html) and built with [CMake](http://cmake.org))
55
2. Unit tests for C++ code (using [`catch`](http://catch-lib.net))
@@ -10,7 +10,7 @@ Please see the [blog post that accompanies this repository]() for more informati
1010

1111
# Installation
1212

13-
To build and install `python_cpp_example` clone or download this repository and then, from within the repository, run:
13+
To build and install `python_cpp_example`, clone or download this repository and then, from within the repository, run:
1414

1515
```bash
1616
python3 ./setup.py install

0 commit comments

Comments
 (0)