Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Corrected broken command in the README #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Alexa, start Text Adventure
1. Clone the repository.

```bash
$ git clone https://github.com/alexa/skill-sample-gamebook/
$ git clone https://github.com/alexa/skill-sample-nodejs-adventure-game.git
```

2. Initialize the [ASK CLI](https://developer.amazon.com/docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html) by navigating into the repository and running npm command: `ask init`. Follow the prompts.
Expand Down