summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <59481711+cbeo@users.noreply.github.com>2021-06-09 19:00:18 -0500
committerGitHub <noreply@github.com>2021-06-09 19:00:18 -0500
commit20efb6523ac2337bc6de4d5dd87400c8039601f1 (patch)
treee641d7357e46aba8a2cc0650290f37b12f8173cc
parent95b2090e21f7aada157f07b9cda809a756865993 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e771433..d0d8763 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ 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
-2. The recipe first adds "resources", which are usually files on disk
-3. The recipie then uses those resources to build "artifacts", which are mostly pages.
-4. You then publish and deploy.
+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.
+2. You then pass the recipie to a function that builds and publishes the site.
## Interactive development