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.