Skip to content

Commit 0eef162

Browse files
committed
Update readme
1 parent 432f48e commit 0eef162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ features = ["ssl"]
3131

3232
### JSON Support
3333

34-
rust-mysql-simple offers JSON support based on *rustc-serialize*, but you can switch to *serde* using `serde_integration`
34+
rust-mysql-simple offers JSON support based on *serde*, but you can switch to *rustc-serialize* using `rustc-serialize`
3535
feature:
3636

3737
```toml
3838
[dependencies.mysql]
3939
version = "*"
40-
features = ["serde_integration"]
40+
features = ["rustc-serialize"]
4141
```
4242

4343
### Windows support (since 0.18.0)

0 commit comments

Comments
 (0)