From f083b2cc9c91b9cf2c541d48eaceaf6f1f3e2c28 Mon Sep 17 00:00:00 2001 From: "David (javalin.io)" Date: Sun, 23 Jan 2022 22:31:21 +0100 Subject: [PATCH] Update and rename README to README.md --- website/{README => README.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename website/{README => README.md} (99%) diff --git a/website/README b/website/README.md similarity index 99% rename from website/README rename to website/README.md index bc86f01..e032078 100644 --- a/website/README +++ b/website/README.md @@ -10,7 +10,7 @@ Website is available on http://localhost:8888/. In order to "deploy" the website, the static files in the `j2html/docs` must be updated. You can either download the files manually from your browser, or use curl: -``` +```sh curl "http://localhost:8888/" > index.html curl "http://localhost:8888/download.html" > download.html curl "http://localhost:8888/examples.html" > examples.html