diff --git a/README b/README index f69a403..28641c4 100644 --- a/README +++ b/README @@ -34,9 +34,12 @@ Place the following lines into your `/etc/apt/sources.list`: The tarball can be downloaded from the [downloads](https://github.com/DjBushido/libcvautomation/downloads) page. Once you have it, just `./configure; make; make install` +## API Documentation ## +Github hosts the documentation, and it can be found [here](https://djbushido.github.com/libcvautomation/) + ## Where we're headed ## -At this point, most everything is functionally done. I'll develop python bindings to make interfacing with the library simpler, but it will be mostly bugfixes until I can get to those. If there are any suggestions, please let me know! +At this point, pretty much everything is functionally done. Python bindings to make interfacing with the library simpler have been developed, and it should mostly be bugfixes from here out. If there are any suggestions, please let me know! ## Get in contact ## If you have a suggestion, comment, question, concern, or otherwise, feel free to email me at . This product is developed with the community in mind, so if there's any feedback to be had I welcome it. diff --git a/README.md b/README.md index bb213da..28641c4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ Place the following lines into your `/etc/apt/sources.list`: The tarball can be downloaded from the [downloads](https://github.com/DjBushido/libcvautomation/downloads) page. Once you have it, just `./configure; make; make install` +## API Documentation ## +Github hosts the documentation, and it can be found [here](https://djbushido.github.com/libcvautomation/) + ## Where we're headed ## At this point, pretty much everything is functionally done. Python bindings to make interfacing with the library simpler have been developed, and it should mostly be bugfixes from here out. If there are any suggestions, please let me know!