Skip to content

Commit 7287db6

Browse files
committed
docs: update readme
1 parent 742a6d2 commit 7287db6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ Fast [WHATWG specification](https://url.spec.whatwg.org) compliant URL parser fo
66

77
Add the following as a dependency to your project (`Cargo.toml`):
88

9-
```
9+
```toml
1010
[dependencies]
11-
ada-url = { git = "https://github.com/ada-url/rust" }
11+
ada-url = "0.1"
1212
```
1313

1414
Here is an example illustrating a common usage:
15+
1516
```Rust
1617
use ada_url::Url;
1718
fn main() {

0 commit comments

Comments
 (0)