A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

fix readme

Changed files
+1 -1
+1 -1
README.md
···
### From Docker
```bash
-
docker build --build-arg -t simplelink .
+
docker build -t simplelink .
docker run -p 8080:8080 \
-e JWT_SECRET=change-me-in-production \
-v simplelink_data:/data \