From 8fcb7fef174db7435a0c1373c6118d95173e98f1 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 17 Apr 2020 13:44:47 +0800 Subject: [PATCH] README: warn about error when no article available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2baa82..43ae17b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Deployment 3. Run `wrangler publish` to upload to Cloudflare Workers 4. Set up correct routes in Cloudflare control panel 5. Add your own instance of Paprika to your Standard Notes as a plugin (instructions available below) -6. Publish! +6. Publish! (__Before publishing the first article, you will see an error when loading the home page__) Note that all configuration and themes will be included statically in the final binary. To modify any of them, you will need to re-run `wrangler publish` to rebuild the entire program.