Skip to content
Draft
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
3 changes: 2 additions & 1 deletion docs/plugins/tutorial/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ npx @capacitor/create-plugin \
--class-name ScreenOrientation \
--repo "https://ionic.io" \
--license "MIT" \
--description "Work with the screen orientation in a common way for iOS, Android, and web"
--description "Work with the screen orientation in a common way for iOS, Android, and web" \
--android-lang java
```

When prompted to provide a directory, use the default by pressing Enter. When asked for the author’s name, use your own!
Expand Down