diff --git a/README.md b/README.md index 91caab9..7c45572 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ On release mode it falls back to `include_str!`, `include_bytes!` and `include_d ## Usage -After running `cargo add embed`, you can do: - ```rs let contents: String = embed::string!("path/to/file.txt"); let bytes: Vec = embed::bytes!("path/to/image.png");