From 84126f29693c726ac389c48a287348d766976ec6 Mon Sep 17 00:00:00 2001 From: Craig Date: Sun, 2 Feb 2020 22:48:39 +0000 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eb1513..168f01c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### Features * Text Chat (With basic markdown support, discord flavor) * Admin users (Kick, Ban & Force Give/Release Controls) - * Clipboard synchronization + * Clipboard synchronization (on [supported browsers](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText)) * Emote overlay * Ignore user (chat and emotes) * Settings are saved to local storage @@ -49,7 +49,7 @@ I like cats 🐱 (`Neko` is the Japanese word for cat), I'm a weeb/nerd wget https://raw.githubusercontent.com/nurdism/neko/master/docker-compose.yaml sudo docker-compose up -d ``` -5. Visit the IP address of the droplet in your browser and login, the default password is `neko` +5. Visit the IP address server in your browser and login, the default password is `neko` > 💡 **Protip**: Run `nano docker-compose.yaml` to edit the settings, then press *ctrl+x* to exit and save the file.