Skip to content

Commit

Permalink
Fix typo on README
Browse files Browse the repository at this point in the history
`num-compex` => `num-complex`.

May be good to publish a new version to crates.io so that the README is fixed there
  • Loading branch information
shingtaklam1324 committed Mar 8, 2018
1 parent 1eaae98 commit f135c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-complex = "0.1"
and this to your crate root:

```rust
extern crate num_compex;
extern crate num_complex;
```

## Releases
Expand Down

0 comments on commit f135c74

Please sign in to comment.