Skip to content

Commit

Permalink
app: fix incorrect crate name in README.md
Browse files Browse the repository at this point in the history
The crate name should be nydus-app.

Signed-off-by: bin liu <[email protected]>
  • Loading branch information
liubin committed Dec 8, 2021
1 parent 0f13d72 commit 5b3cf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nydus-error
# nydus-app

The `nydus-app` crate is a collection of utilities to help creating applications for [`Nydus Image Service`](https://github.com/dragonflyoss/image-service) project, which provides:
- `struct BuildTimeInfo`: application build and version information.
Expand All @@ -23,7 +23,7 @@ Add `nydus-app` as a dependency in `Cargo.toml`
nydus-app = "*"
```

Then add `extern crate nydus-error;` to your crate root if needed.
Then add `extern crate nydus-app;` to your crate root if needed.

## Examples

Expand Down

0 comments on commit 5b3cf57

Please sign in to comment.