From 06371b2161cc98476816ac4b2101910dd5531fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn?= Date: Tue, 11 Apr 2023 17:49:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd681b4..cb51d8c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rust crate which provides some common services for implementing authentication i I currently have no intentions to publish this to crates.io, so for now if you want to use this you can add it as a submodule using: ```shell -git submodule add https://github.com/Jumpdrive-dev/Auth-Services +git submodule add https://github.com/Jumpdrive-dev/Auth-Services Auth ``` You can replace 'auth' with anything you like the auth crate in your application to be called.