Skip to content

Commit c21d3de

Browse files
committed
docs: cleanup installation section in README
1 parent 91f34ee commit c21d3de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,12 @@ _(See more advanced `tryCatch` usage examples and API reference further down.)_
167167
npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin ts-patch typescript
168168

169169
# Or for utility + LSP only:
170-
# npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin typescript
170+
npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin typescript
171171

172172
# Or for utility only:
173-
# npm i -D @maxmorozoff/try-catch-tuple typescript
173+
npm i -D @maxmorozoff/try-catch-tuple typescript
174174
```
175175

176-
Replace `@maxmorozoff/try-catch-tuple` and `@maxmorozoff/try-catch-tuple-ts-plugin` with the actual package names.
177-
178176
## Configuration (`tsconfig.json`)
179177

180178
Configure the tooling under `compilerOptions.plugins`.

0 commit comments

Comments
 (0)