From fd28a3ac8b16ab78d47eb9eacb8f2a6b44e9c943 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 29 Apr 2020 15:28:56 +0200 Subject: [PATCH] docs: improve visibility of jetifier command (#2844) --- site/docs-md/android/updating.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/docs-md/android/updating.md b/site/docs-md/android/updating.md index f9108d4a6f..dc9a96d01c 100644 --- a/site/docs-md/android/updating.md +++ b/site/docs-md/android/updating.md @@ -49,10 +49,10 @@ Mandatory change: If using Cordova or Capacitor plugins that don't use Android X yet, you can use [jetifier](https://www.npmjs.com/package/jetifier) tool to patch them. - ```bash - npm install jetifier - npx jetifier - ``` +```bash +npm install jetifier +npx jetifier +``` To run it automatically after every package install, add `"postinstall": "jetifier"` in the `package.json`.