We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742a6d2 commit 7287db6Copy full SHA for 7287db6
README.md
@@ -6,12 +6,13 @@ Fast [WHATWG specification](https://url.spec.whatwg.org) compliant URL parser fo
6
7
Add the following as a dependency to your project (`Cargo.toml`):
8
9
-```
+```toml
10
[dependencies]
11
-ada-url = { git = "https://github.com/ada-url/rust" }
+ada-url = "0.1"
12
```
13
14
Here is an example illustrating a common usage:
15
+
16
```Rust
17
use ada_url::Url;
18
fn main() {
0 commit comments