diff --git a/www/public/tutorial/index.html b/www/public/tutorial/index.html index 261e86b796..6eb0e0c317 100644 --- a/www/public/tutorial/index.html +++ b/www/public/tutorial/index.html @@ -172,9 +172,9 @@ to use them for more than that.

Building an Application

Let's move out of the REPL and create our first Roc application!

-

Make a new file named hello.roc and put this inside it:

-app "hello" - packages { pf: roc-lang.org/basic-cli 1.0.0 } +

Make a file named hello.roc and put this in it: (note the long URL - a future release of the language will make this more concise, but for now, make sure you get the whole thing!)

+app "hello" + packages { pf: "https://roc-lang.org/basic-cli/1.0.0/oUkxSOI9zFGtSoIaMB40QPdrXphr1p1780eiui2iO9Mz.rp1" } imports [pf.Stdout, pf.Program] provides [main] to pf