From a833823ad6f8cbc0c81eea627ec13c984536eec6 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Sun, 18 Feb 2024 17:23:23 -0600 Subject: [PATCH] Fix wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45cbd62..4623495 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ fine with getting your hands dirty, but I plan on having it ready to go for more - Config file handling - Scheduled tasks - Entire website compiles into a single binary (~10mb) (excluding env.json) -- Minimal dependencies (just standard library, postgres driver, and experimental package for bcrypt) +- Minimal dependencies (just standard library, postgres driver, and x/crypto for bcrypt)
@@ -59,7 +59,7 @@ fine with getting your hands dirty, but I plan on having it ready to go for more ### License and disclaimer 😤 - You are free to use this project under the terms of the MIT license. See LICENSE for more details. -- You and you alone are responsible for the security and everything else regarding your application. +- You are responsible for the security and everything else regarding your application. - It is not required, but I ask that when you use this project you give me credit by linking to this repository. - I also ask that when releasing self-hosted or other end-user applications that you release it under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. This too is not required, but I would appreciate it. \ No newline at end of file