fixed changed name for crate
This commit is contained in:
parent
394885d4cf
commit
c2c30ea311
@ -2,7 +2,7 @@ Simple way to use [`include_bytes!`](https://doc.rust-lang.org/std/macro.include
|
||||
|
||||
# Example
|
||||
```rust
|
||||
use embed_dir::Embed;
|
||||
use dir_embed::Embed;
|
||||
|
||||
#[derive(Embed)]
|
||||
#[dir = "../web/static"] // Path is relativ to the current file
|
||||
|
@ -1,4 +1,4 @@
|
||||
use embed_dir::Embed;
|
||||
use dir_embed::Embed;
|
||||
|
||||
#[derive(Embed)]
|
||||
#[dir = "./../testdata/"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user