Skip to content

Commit

Permalink
Update usage-information.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jul 2, 2024
1 parent ed972d9 commit 8922764
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docusaurus/docs/dev-docs/usage-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,16 @@ The default data collection feature can be disabled using the following CLI comm

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

```jsx
//disable telemetry in a Strapi application

```sh
yarn strapi telemetry:disable

```

</TabItem>

<TabItem value="npm" label="npm">

```jsx
//disable telemetry in a Strapi application
<TabItem value="npm" label="NPM">

```sh
npm run strapi telemetry:disable

```

</TabItem>
Expand Down

0 comments on commit 8922764

Please sign in to comment.