diff --git a/docs/plugins/tutorial/packaging.md b/docs/plugins/tutorial/packaging.md index 0aeeab067..7e57772a0 100644 --- a/docs/plugins/tutorial/packaging.md +++ b/docs/plugins/tutorial/packaging.md @@ -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!