Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadravid authored Mar 18, 2023
1 parent f3f1a3c commit 1a6cf6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wmi
![test](https://github.com/ohadravid/wmi-rs/actions/workflows/test.yml/badge.svg)
[![test](https://github.com/ohadravid/wmi-rs/actions/workflows/test.yml/badge.svg)](https://github.com/ohadravid/wmi-rs/actions/workflows/test.yml)
[![crates.io](https://img.shields.io/crates/v/wmi.svg)](https://crates.io/crates/wmi)
[![docs.rs](https://docs.rs/wmi/badge.svg)](https://docs.rs/crate/wmi)

Expand Down Expand Up @@ -60,7 +60,7 @@ If you prefer to use the `time` crate instead of the default `chrono`, include `

```toml
[dependencies]
wmi-rs = { version = "0.11", default-features = false, features = ["time"] }
wmi-rs = { version = "*", default-features = false, features = ["time"] }
```

and use the `WMIOffsetDateTime` wrapper instead of the the `WMIDateTime` wrapper.
Expand Down

0 comments on commit 1a6cf6b

Please sign in to comment.