From 5133d1d2e1ebdcb6f6448e5852aa2c0f4ebab891 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 23 Dec 2022 16:18:28 +0700 Subject: [PATCH] Fix a bad command line for the docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5dee9..7d66a44 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ This will create an initial web application using the course's web framework nam Since this tool is intended to make it easier for [Learn JavaScript the Hard Way](https://learnjsthehardway.com) student it only select projects from git.learnjsthehardway.com using their names. You use the `--using` option to specify a different project: ```shell -npx bando-up --using js-level-1-code my-js-level-1 +npx bando-up create --using js-level-1-code my-js-level-1 ``` This will check out the full URL `https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template.git` using `git` and then do the usual setup. You an [view a list of all available code](https://learnjsthehardway.com) for the course.