Fix two missed renames

This commit is contained in:
Jason Paryani
2013-09-01 01:24:59 -07:00
parent 1ebcaafd47
commit eb9e7511d0
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ pip install -U setuptools
## Building and installation
Install with `pip install pycapnp`. You can set the CC environment variable to control the compiler version, ie `CC=gcc-4.8 pip install capnp`.
Install with `pip install pycapnp`. You can set the CC environment variable to control the compiler version, ie `CC=gcc-4.8 pip install pycapnp`.
Or you can clone the repo like so: