Explorar o código

README.md: add links to examples and tests directories

Quentin Monnet %!s(int64=8) %!d(string=hai) anos
pai
achega
247b1e92aa
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  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
 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: