aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustineSmithies <justine@smithies.me.uk>2023-05-14 14:01:08 +0100
committerJustineSmithies <justine@smithies.me.uk>2023-05-14 14:01:08 +0100
commitdb65bde3a9c231aac3af3ddc960d311d7b52e64f (patch)
tree74ec6e5bde27c2e9dfc6a4038f890550c9b19604 /README.md
parent66f10faa86ee94a5f59b5a7109e087339ee13142 (diff)
Fixed typo's in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e813c98..a9fdf91 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ See the [blog post](https://justine.smithies.me.uk/blarg.html) for more details.
* Clone this repository `git clone https://codeberg.org/JustineSmithies/blarg`
* Put your blog posts as markdown files into `posts`
-* Place any images into the public folder
-* Run `./blarg` and your posts will show up in `build/index-with-drafts.html`
+* Place any images into the `public` folder
+* Run `./blarg` and your posts will show up in `build`
* Commit posts in git to add timestamps and have them show up in `build/index.html`
* Copy the content of `build` to your webserver, so that other people can read your blog