aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-05 08:46:20 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 04:37:03 +0530
commit5c5740d89929de6f40c785f69b3b5897d7052343 (patch)
tree8253acc9d242fcf38d36eacc1b8deb81950da1f7 /README.md
parentRemoved references to png images since they were not being used anyways. (diff)
downloadferdium-recipes-5c5740d89929de6f40c785f69b3b5897d7052343.tar.gz
ferdium-recipes-5c5740d89929de6f40c785f69b3b5897d7052343.tar.zst
ferdium-recipes-5c5740d89929de6f40c785f69b3b5897d7052343.zip
Removed minification of images since we no longer need binary image files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 495c36e..d9564e1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,3 @@ Each time you create a new service inside Ferdi, Ferdi will automatically instal
19## Creating and adding your own recipes 19## Creating and adding your own recipes
20 20
21Please refer to our [documentation](docs/integration.md) 21Please refer to our [documentation](docs/integration.md)
22
23## Minifying images
24
25Please run `npm run minify-images` to optimize images before you commit or raise PRs into this repository