From 6d9b2c33419ebd5ee34897b880f3529f5c9dd99e Mon Sep 17 00:00:00 2001 From: eliasjpr Date: Wed, 9 Oct 2024 17:52:41 -0400 Subject: [PATCH] Update README for new GitHub repo location Changed the GitHub repo location for the `authly` dependency in `shard.yml` from a personal repository to the official `azutoolkit` organization. This ensures that users are pulling from the most up-to-date and supported version of the library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6471ff9..2d5abd6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To install Authly, add it to your `shard.yml`: ```yaml dependencies: authly: - github: yourusername/authly + github: azutoolkit/authly ``` Run `shards install` to add the dependency to your project.