From 7bf1a4d3fe19f1be5371ca89b73d67f2803611d2 Mon Sep 17 00:00:00 2001 From: mcneb10 Date: Sat, 1 Jun 2024 16:50:36 -0500 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaba2dd..e5554f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lua XMPP Privacy Bot -This bot replaces links to popular sites such as youtube with privacy respecting front ends such as individuous. It is written in 100% pure lua +This bot replaces links to popular sites such as youtube with privacy respecting front ends such as invidious. It is written in 100% pure lua # How to run @@ -10,7 +10,7 @@ Then do `luarocks install luasocket luaexpat luasec` Next configure the bot to your liking in `config.lua`. Also don't forget to copy `config_private_example.lua` to `config_private.lua` and fill that out as well. -Then run the `./run` script to run the bot. It will download the farside `services.json` list and compile the `verse.lua` xmpp library. +Then run the `./run` script. It will download the farside `services.json` list and compile the `verse.lua` xmpp library if it doesn't exist. Then it will start the bot. # List of supported front ends