From ddb8d32e308dcc3f87dce0598afc1c7fc2c3ebe2 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Thu, 27 Aug 2015 20:18:49 +0200 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.