diff --git a/README.md b/README.md index 6a5377d..2dd3cc9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ set this environment var for building to work (see https://github.com/crabtw/rus export DYLD_LIBRARY_PATH=/Library/Developer/CommandLineTools/usr/lib ``` +## Examples + +See the tests directory for examples of how to use the driver. + ## Contributing -Contributions are very welcome, only the parts of the C driver we need have been wrapped so far. Please -write a test for any behavior you add. +Contributions are very welcome, only the parts of the C driver we need have been wrapped so far. Please write a test for any behavior you add.