diff --git a/README.md b/README.md index 433307f..22dfbe6 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ It keeps the API minimal: - `String` - `bool` - numeric types: `i8`, `i16`, `i32`, `i64`, `i128`, `isize`, `u8`, `u16`, `u32`, `u64`, `u128`, `usize`, `f32`, `f64` +- Vectors with any of the supported types Boolean parsing accepts: - `true` / `false` - `1` / `0` - `t` / `f` +- `yes` / `no` ## Quick start