ソースを参照

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 年 前
コミット
9b1529f147
1 ファイル変更2 行追加1 行削除
  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)
 * [API](#api)
 * [Example uses](#example-uses)
+* [Building eBPF programs](#building-ebpf-programs)
 * [Feedback welcome!](#feedback-welcome)
 * [Questions / Answers](#questions--answers)
 * [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
 methods are available.