summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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