Skip to content

Commit 5d78497

Browse files
authored
Update quickstart.eve
1 parent 7da8ceb commit 5d78497

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

v0.3/tutorials/quickstart.eve

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Eve documents are written in Markdown. Eve code is written in blocks, delineated
1818
## Adding records to Eve
1919

2020
Let's start with a block that adds a record to Eve (we'll show the code fence in this block, but elide them in later blocks):
21-
2221
``````
2322
~~~
2423
commit
@@ -57,10 +56,10 @@ Now we can search for the current time, and display it on the screen:
5756

5857
~~~eve
5958
search
60-
[#time seconds]
59+
[#time second]
6160

6261
bind
63-
[#ui/text text: seconds]
62+
[#ui/text text: second]
6463
~~~
6564

6665
As the time changes, the output updates to reflect the current state of the `#time` record. Records can be committed instead of bound, but the behavior is a little different -- committed records persist until they are removed explicitly.
@@ -120,4 +119,4 @@ This will get you started with Eve, but there's still more to learn. From here,
120119
- Explore already made [examples](https://github.com/witheve/eve-examples).
121120
- Or dive right in to the editor and try out the concepts you've just learned (coming soon).
122121

123-
{% endraw %}
122+
{% endraw %}

0 commit comments

Comments
 (0)