From 02b8c9ad45e4decbf1649f8c8a9dff27cefa7930 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 30 Dec 2023 11:23:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad0b8ea..a5bbdef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ _A lightweight Rust library to control Discord Rich Presence_ ## Installation -Rust Discord Activity is available directly on https://crates.io/crates/rust-discord-activity: +Rust Discord Activity is available directly on [crates.io](https://crates.io/crates/rust-discord-activity): `cargo add rust-discord-activity` ## How to use @@ -52,4 +52,4 @@ And voilĂ ! This sets-up a new Activity for the current Discord user: ## Next Steps - Write the documentation for this library - Write unit tests -- Push the library on crates.io \ No newline at end of file +- Push the library on crates.io