Skip to content

Commit

Permalink
add code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Oct 11, 2024
1 parent ef27122 commit 8696fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ The command-line tool installs the 3rd-party registry as a scoped registry and m
- Requires [nodejs 18 or above](https://nodejs.org/en/download/).
- Install via npm:

```
```sh
npm install -g openupm-cli
```

- Or install via [yarn](https://yarnpkg.com/):

```
```sh
yarn global add openupm-cli
```

Expand All @@ -56,7 +56,7 @@ C:\Users\{yourName}\AppData\Roaming\npm
### Cannot find module 'node:net'
```
```sh
internal/modules/cjs/loader.js:818
throw err;
^
Expand Down

0 comments on commit 8696fb0

Please sign in to comment.