Browse Source

README.md: update table of contents

Update table of contents following the addition of a new section to the
README.md file (While at it, also improve section title).
Quentin Monnet 6 years ago
parent
commit
9b1529f147
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -12,6 +12,7 @@ Rust (user-space) virtual machine for eBPF
 * [Link to the crate](#link-to-the-crate)
 * [Link to the crate](#link-to-the-crate)
 * [API](#api)
 * [API](#api)
 * [Example uses](#example-uses)
 * [Example uses](#example-uses)
+* [Building eBPF programs](#building-ebpf-programs)
 * [Feedback welcome!](#feedback-welcome)
 * [Feedback welcome!](#feedback-welcome)
 * [Questions / Answers](#questions--answers)
 * [Questions / Answers](#questions--answers)
 * [Caveats](#caveats)
 * [Caveats](#caveats)
@@ -425,7 +426,7 @@ fn main() {
 }
 }
 ```
 ```
 
 
-## Building programs
+## Building eBPF programs
 
 
 Besides passing the raw hexadecimal codes for building eBPF programs, two other
 Besides passing the raw hexadecimal codes for building eBPF programs, two other
 methods are available.
 methods are available.