Skip to content

Commit

Permalink
Update README for new GitHub repo location
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eliasjpr committed Oct 9, 2024
1 parent 739c3c3 commit 6d9b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d9b2c3

Please sign in to comment.