diff options
author | Paul Wise <pabs3@bonedaddy.net> | 2022-10-26 04:00:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 20:00:31 +0000 |
commit | ac9190cf3f4f698bd9ba403cc1a27f5bc7dde7b1 (patch) | |
tree | 54981a4be937c96eb5f9f214107d68c55ee1e9dd /README.md | |
parent | Moved some configs to package.json, removed an unnecessary dependency, added ... (diff) | |
download | libredirect-ac9190cf3f4f698bd9ba403cc1a27f5bc7dde7b1.zip |
Clean up various minor issues (#506)
* Fix spelling and capitalisation errors Suggested-by: codespell & spellintian * Drop inkscape:export-filename attributes from svg elements in SVG files These paths represent privacy leaks and are incorrect on other systems.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 09ddf433..4d57cf55 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ npm update npm install ``` -To generate html that uses `config.json` (needed to develop/build the extention), run: +To generate HTML that uses `config.json` (needed to develop/build the extension), run: ``` npm run ejs @@ -78,7 +78,7 @@ npm run ejs Afterwards, you will need to run it if you modify `config.json` or any files ending with .ejs. -### Build the extention zip archive: +### Build the extension zip archive: ``` npm run build |