From 36f182ee47ba152d590fadf62b4be63bc048fa1e Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 10 May 2023 10:56:41 -0400 Subject: [PATCH] docs: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f38467..e51597c 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ Fast [WHATWG specification](https://url.spec.whatwg.org) compliant URL parser fo Add the following as a dependency to your project (`Cargo.toml`): -``` +```toml [dependencies] -ada-url = { git = "https://github.com/ada-url/rust" } +ada-url = "0.1" ``` Here is an example illustrating a common usage: + ```Rust use ada_url::Url; fn main() {