Skip to content

Commit

Permalink
chore(docs): add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jan 27, 2025
1 parent 0d8609e commit 1781a56
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 @@ -25,7 +25,7 @@ npm install --save-dev nw
### Specific version with changes to installer:

```shell
npm install --save-dev nw@0.85.0-1
npm install --save-dev nw@0.95.0
```

> You may use `npm view nw versions` to view the list of available versions.
Expand Down Expand Up @@ -112,8 +112,8 @@ await get({

Options:

| Name | Type | Default | Description |
| ---- | ------- | --------- | ----------- |
| Name | Type | Default | Description | CLI Usage | .npmrc Usage | .env Usage | Module Usage |
| ---- | ------- | --------- | ----------- | --------- | ------------ | ---------- | ------------ |
| version | `string \| "latest" \| "stable"` | `"latest"` | Runtime version |
| flavor | `"normal" \| "sdk"` | `"normal"` | Runtime flavor |
| platform | `"linux" \| "osx" \| "win"` | | Host platform |
Expand Down

0 comments on commit 1781a56

Please sign in to comment.