Skip to content

Commit

Permalink
Minor changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimdemedes committed Apr 2, 2023
1 parent 6f99ca3 commit dac969b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions readme.md
Expand Up @@ -168,7 +168,7 @@ Alternatively, create a TypeScript project:
npx create-ink-app --typescript my-ink-cli
```

<details><summary>Manual setup</summary>
<details><summary>Manual JavaScript setup</summary>
<p>
Ink requires the same Babel setup as you would do for regular React-based apps in the browser.

Expand All @@ -181,17 +181,7 @@ npm install --save-dev @babel/preset-react

```json
{
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
"presets": ["@babel/preset-react"]
}
```

Expand Down

0 comments on commit dac969b

Please sign in to comment.