summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <59481711+cbeo@users.noreply.github.com>2021-06-09 19:01:05 -0500
committerGitHub <noreply@github.com>2021-06-09 19:01:05 -0500
commiteb13f7eb227f1775d978de82e670348eef21ab8b (patch)
treeb3158ce7030811d273ed11793b3064a23279b673
parent20efb6523ac2337bc6de4d5dd87400c8039601f1 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0d8763..b5345b6 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ For an example of a site made with flexo, see [my site's source](https://github.
The idea is this:
1. You make a recipe that builds your site. It typically has two parts:
- 1. The recipe first adds "resources", which are usually files on disk
- 2. The recipie then uses those resources to build "artifacts", which are mostly pages.
+ - The recipe first adds "resources", which are usually files on disk
+ - The recipie then uses those resources to build "artifacts", which are mostly pages.
2. You then pass the recipie to a function that builds and publishes the site.
## Interactive development