From e8d4ea8c7a5bf7c120d6e12834d66dff9e7649c7 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 5 Aug 2018 09:01:29 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd6714b..70d0d59 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run this at the terminal: ```shell git clone https://github.com/rtfeldman/elm-0.19-workshop.git -cd elm-workshop +cd elm-0.19-workshop ``` 3. Continue with either the [`intro`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/intro/README.md) or [`advanced`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/advanced/README.md) instructions, depending on which workshop you're doing!