aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Bror Winther <brorwinther@gmail.com>2019-11-12 20:40:44 +0100
committerLibravatar GitHub <noreply@github.com>2019-11-12 20:40:44 +0100
commitd7ecacacdb98067c276b87cf193b8c8aae66fe8a (patch)
treea2976af1d44c8f130e48d2846ad036929c2be82a
parentFix lint (diff)
downloadferdium-app-d7ecacacdb98067c276b87cf193b8c8aae66fe8a.tar.gz
ferdium-app-d7ecacacdb98067c276b87cf193b8c8aae66fe8a.tar.zst
ferdium-app-d7ecacacdb98067c276b87cf193b8c8aae66fe8a.zip
Fixed typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6aac3d449..c2791389c 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ If you use a AUR Helper e.g. yay, simply install it via ´yay -S ferdi-bin´
108- [x] Add Process Manager to find services using a lot of resources 108- [x] Add Process Manager to find services using a lot of resources
109- [x] Add "npm run prepare-code" command for development to lint and beautify code 109- [x] Add "npm run prepare-code" command for development to lint and beautify code
110- [x] Add button to open darkmode.css for a service 110- [x] Add button to open darkmode.css for a service
111- [x] Switch to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) ti improve application size 111- [x] Switch to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
112- [x] Improve "About Ferdi" screen to better display versions 112- [x] Improve "About Ferdi" screen to better display versions
113- [x] Minifying build files to improve app size 113- [x] Minifying build files to improve app size
114- [x] [Makes it possible to edit the "Franz Todo" server](https://github.com/getferdi/ferdi/wiki/Custom-Todo) 114- [x] [Makes it possible to edit the "Franz Todo" server](https://github.com/getferdi/ferdi/wiki/Custom-Todo)