Skip to content

Commit a9fa865

Browse files
committed
docs: add derive feature to install
1 parent 552b19a commit a9fa865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the following as a dependency to your project (`Cargo.toml`):
88

99
```toml
1010
[dependencies]
11-
ada-url = "1"
11+
ada-url = { version = "1", features = ["derive"] }
1212
```
1313

1414
Here is an example illustrating a common usage:

0 commit comments

Comments
 (0)