Browse Source

README.md: add links to examples and tests directories

Quentin Monnet 8 years ago
parent
commit
247b1e92aa
1 changed files with 5 additions and 2 deletions
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -70,8 +70,11 @@ extern crate rbpf;
 
 
 The API is pretty well documented inside the source code. You should also be
 The API is pretty well documented inside the source code. You should also be
 able to access [an online version of the documentation from
 able to access [an online version of the documentation from
-here](https://docs.rs/rbpf/). Here is a summary of how to
-use it.
+here](https://docs.rs/rbpf/), automatically generated from the
+[crates.io](https://crates.io/crates/rbpf) version (may not be up-to-date with
+master branch). [Examples](../../tree/master/examples) and [unit
+tests](../../tree/master/tests) should also prove helpful. Here is a summary of
+how to use the crate.
 
 
 Here are the steps to follow to run an eBPF program with rbpf:
 Here are the steps to follow to run an eBPF program with rbpf: