Skip to content

Commit 4f9509b

Browse files
committed
chore: fix README formatting
1 parent 8ff075f commit 4f9509b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ Use the `@no-transform-path` tag to explicitly disable transformation for a sing
184184
```ts
185185
// @no-transform-path
186186
import "normally-transformed"; // This will remain 'normally-transformed' even though
187-
// it has a different value in paths config
187+
// it has a different value in paths config
188188
```
189189

190190
## Version Compatibility
191191

192-
| typescript-transform-paths | TypeScript | Node.js |
193-
|------------------------------|-----------------------|---------|
194-
| ^4.0.0 | >=5.x | >=22 |
195-
| ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |
192+
| typescript-transform-paths | TypeScript | Node.js |
193+
| -------------------------- | --------------------- | ------- |
194+
| ^4.0.0 | >=5.x | >=22 |
195+
| ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |
196196

197197
## Project Guidelines for Contributors
198198

0 commit comments

Comments
 (0)