summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart2021-07-28 01:39:06 -0400
committerjgart2021-07-28 01:39:06 -0400
commitb42b1e09e5fae77a3531e52378f8c98fefe1df2f (patch)
tree9e0157b6f74f8690962fc64def15082f2dcc243a
parentd2eda2838cf6f66832690ea2d377421f32205a60 (diff)
downloadgn-gemtext-b42b1e09e5fae77a3531e52378f8c98fefe1df2f.tar.gz
Change numbered lists to unordered lists
-rw-r--r--topics/notebooks/binding-lite.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi
index 5bf3725..e548362 100644
--- a/topics/notebooks/binding-lite.gmi
+++ b/topics/notebooks/binding-lite.gmi
@@ -87,9 +87,9 @@ Once we have this library we can start building binder-lite on top of it.
The use cases for `guix-notebook-launcher` are driven by the following design decisions:
-1. Automated guix container building guile library to be used by binder-lite.
+* Automated guix container building guile library to be used by binder-lite.
-2. Manual guix container building and running the container from the command line,
+* Manual guix container building and running the container from the command line,
`guix-notebook-launcher`, by users on their workstations.
## Initial Ideas for binder-lite Front End and Backend