Skip to content
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
4 changes: 2 additions & 2 deletions create-cordova-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ title: Module 1: Creating a Cordova Project
1. Make sure you are in the **workshop** directory, and add basic plugins to your projects:

```
cordova plugin add org.apache.cordova.device
cordova plugin add org.apache.cordova.console
cordova plugin add cordova-plugin-device
cordova plugin add cordova-plugin-console
```

1. Examine the directory structure under workshop.
Expand Down