From 4f7d705ae1e046bb5fc54de3fd50e1edc88a1c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B4DD?= <64313188+DDjivan@users.noreply.github.com> Date: Sun, 20 Apr 2025 13:31:26 +0000 Subject: [PATCH] README.md correction Changed the links that linked to #server-required so that they correctly link to #server --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f2161a..355fa22 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Run `npx arrpc` in a terminal. Make sure you have a modern (>=18) version of [No ### Web #### No Mods -1. Get [the arRPC server running](#server-required) +1. Get [the arRPC server running](#server) 2. With Discord open, run the content of [`examples/bridge_mod.js`](examples/bridge_mod.js) in Console (Ctrl+Shift+I). #### Vencord -1. Get [the arRPC server running](#server-required) +1. Get [the arRPC server running](#server) 2. Just enable the `WebRichPresence (arRPC)` Vencord plugin! ### Custom Clients @@ -43,7 +43,7 @@ Run `npx arrpc` in a terminal. Make sure you have a modern (>=18) version of [No These clients have arRPC specially integrated, just enable the option in its settings (server not required)! #### Webcord -1. Get [the arRPC server running](#server-required) +1. Get [the arRPC server running](#server) 2. Disable the `Use built-in Content Security Policy` option in Advanced settings: ![image](https://user-images.githubusercontent.com/19228318/202926723-93b772fc-f37d-47d4-81fd-b11c5d4051e8.png) 3. With Webcord open, run the content of [`examples/bridge_mod.js`](examples/bridge_mod.js) in the DevTools Console (Ctrl+Shift+I).