Pārlūkot izejas kodu

README.md: update for compatibility with GitHub Markdown

Quentin Monnet 8 gadi atpakaļ
vecāks
revīzija
31c4db4cd9
1 mainītis faili ar 12 papildinājumiem un 12 dzēšanām
  1. 12 12
      README.md

+ 12 - 12
README.md

@@ -4,17 +4,17 @@
 
 Rust (user-space) virtual machine for eBPF
 
-* [Description][]
-* [Link to the crate][]
-* [API][]
-* [Example uses][]
-* [Feedback welcome!][]
-* [Questions / Answers][]
-* [Caveats][]
-* [_To do_ list][]
-* [License][]
-* [Inspired by][]
-* [Other resources][]
+* [Description](#description)
+* [Link to the crate](#link-to-the-crate)
+* [API](#api)
+* [Example uses](#example-uses)
+* [Feedback welcome!](#feedback-welcome)
+* [Questions / Answers](#questions--answers)
+* [Caveats](#caveats)
+* [_To do_ list](#to-do-list)
+* [License](#license)
+* [Inspired by](#inspired-by)
+* [Other resources](#other-resources)
 
 ## Description
 
@@ -319,7 +319,7 @@ to your `Cargo.toml` file.
 
 ```toml
 [dependencies]
-
+rbpf = "0.0.1"
 byteorder = "0.5.3"
 elf = "0.0.10"
 ```