Skip to content

Commit

Permalink
Fix usage example in README (nginx#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored and Sehyo Chang committed Jul 16, 2018
1 parent 9bb9ef6 commit 8deaec0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Add the following dependency to your Cargo manifest...

```toml
[dependencies]
ngix-rust = "0.1.1"
ngx_rust = "0.1.1"
```

Next, add this to your crate:

```rust
extern crate ngx-rust;
extern crate ngx_rust;
```


Expand Down
2 changes: 1 addition & 1 deletion ngx-binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ngx-rust"
name = "ngx_rust"
version = "0.1.2"
authors = ["Sehyo Chang [email protected]"]

Expand Down

0 comments on commit 8deaec0

Please sign in to comment.