Skip to content

Commit 8922764

Browse files
committed
Update usage-information.md
1 parent ed972d9 commit 8922764

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docusaurus/docs/dev-docs/usage-information.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,16 @@ The default data collection feature can be disabled using the following CLI comm
5656

5757
<TabItem value="yarn" label="yarn">
5858

59-
```jsx
60-
//disable telemetry in a Strapi application
61-
59+
```sh
6260
yarn strapi telemetry:disable
63-
6461
```
6562

6663
</TabItem>
6764

68-
<TabItem value="npm" label="npm">
69-
70-
```jsx
71-
//disable telemetry in a Strapi application
65+
<TabItem value="npm" label="NPM">
7266

67+
```sh
7368
npm run strapi telemetry:disable
74-
7569
```
7670

7771
</TabItem>

0 commit comments

Comments
 (0)