Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Sep 1, 2022
1 parent b26eecf commit 5c7cd1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[![Coverage Status](https://coveralls.io/repos/github/baoyachi/serde_trim/badge.svg)](https://coveralls.io/github/baoyachi/serde_trim)

## Support trim
* String
* Vec<String>
* Option<String>
* `String`
* `Vec<String>`
* `Option<String>`


## how to use
Expand Down Expand Up @@ -56,4 +56,4 @@ fn main() {
let foo = serde_json::from_str::<VecFoo>(json).unwrap();
assert_eq!(foo.name, vec!["", "foo", "b ar", "hello", "rust"]);
}
```
```

0 comments on commit 5c7cd1d

Please sign in to comment.