Skip to content

Commit 09ac313

Browse files
committed
update two blocks in quickstart
1 parent 3e5a52f commit 09ac313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v0.3/tutorials/quickstart.eve

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Quickstart
99

1010
This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage](/v0.3/install/) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command:
1111

12-
```
12+
```sh
1313
npm start -- eve-starter/programs/quickstart.eve
1414
```
1515

@@ -18,7 +18,7 @@ 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-
``````
21+
``````eve-document
2222
~~~
2323
commit
2424
[#greeting message: "hello world"]

0 commit comments

Comments
 (0)