From 046c6d63a4b778a5770a93e753f2efa645a3fa7d Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 3 Apr 2023 13:52:01 -0500 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd91456..6ac70f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![Logo](src/main/resources/public/assets/favicon-32.png) Simply Shorten +# ![Logo](actix/resources/assets/favicon-32.png) Simply Shorten # What is it? A simple selfhosted URL shortener with no unnecessary features. @@ -28,7 +28,7 @@ unnecessary features, or they didn't have all the features I wanted. generate short links locally. - Links are stored in an SQLite database. - Available as a Docker container. -- Backend written in Java using [Spark Java](http://sparkjava.com/), frontend +- Backend written in Rust using [Actix](https://actix.rs/), frontend written in plain HTML and vanilla JS, using [Pure CSS](https://purecss.io/) for styling. @@ -141,6 +141,6 @@ INSECURE_DISABLE_PASSWORD=I_KNOW_ITS_BAD Any other value will not work. ## Notes -- This is a fork of [this project](https://gitlab.com/draganczukp/simply-shorten). +- It started as a fork of [this project](https://gitlab.com/draganczukp/simply-shorten). - The list of adjectives and names used for random short url generation is a modified version of [this list used by docker](https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go). \ No newline at end of file