diff --git a/README.md b/README.md index 78a3aa6..f2cdfbc 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@ For the minimalist. For the developer who misses the old web. For the developer ## Quickstart ```bash +# In an empty directory +$ esr --init $ esr --serve src/index.ts esr :: Serving on http://localhost:1234 ``` -`src/index.ts` is bundled with esbuild and included in the HTML page served at the URL above. +`src/index.ts` is bundled and included in the HTML page served at the address above. ## Example configuration diff --git a/internal/esr/init.go b/internal/esr/init.go index bd1e36c..d3c3d23 100644 --- a/internal/esr/init.go +++ b/internal/esr/init.go @@ -10,6 +10,7 @@ var indexHtml = ` + Application {{ css }}