From f2a0fb280fe27c6c5529fb3020564ea892ceb75e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 12 Dec 2020 01:25:49 +0000 Subject: [PATCH] README.md formatting and fixes Signed-off-by: Ian Jackson --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe920e56..6e835bc8 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Apart from that, if you update JS or WASM code or Tera templates, you do not need to restart the server - it will pick up changes automatically. -When testing, you do not need to `make bundled-sources' more than +When testing, you do not need to `make bundled-sources` more than once, at the beginning. So don't, because it's slow. But you definitely should run it for every update if you make a deployment for other people to use. Otherwise you might be running a privately @@ -227,8 +227,8 @@ LICENCE. If you Do Something to the output from cargo, you should `rm stamp/*`, since the `Makefile` won't notice, otherwise, that, the relevant cargo -rune(s) need to be re-run. Deleting all the stamp files wastes only a -handful of seconds (on my stupidly fast laptop). +rune(s) need to be re-run. Needlessly deleting all the stamp files +wastes only a handful of seconds (on my stupidly fast laptop). Navigating the otter source code @@ -284,7 +284,6 @@ executed - and, therefore, trusted: * Rust itself - again, pretty safe * Otter itself - well, I wrote this; up to you. * My branch of wasm-pack - I haven't audited what I started with. - * 236 transitive dependencies of otter (from crates.io) * 50 transitive dependencies of bundle-sources * the transitive dependencies of resvg -- 2.30.2