Skip to content

Commit edcb9e7

Browse files
authored
(docs): Comparison to -> with (#737)
1 parent 14bfa39 commit edcb9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
3131
- [Jest](#jest)
3232
- [ESLint](#eslint)
3333
- [Inspiration](#inspiration)
34-
- [Comparison to Microbundle](#comparison-to-microbundle)
34+
- [Comparison with Microbundle](#comparison-with-microbundle)
3535
- [API Reference](#api-reference)
3636
- [`tsdx watch`](#tsdx-watch)
3737
- [`tsdx build`](#tsdx-build)
@@ -389,7 +389,7 @@ You can add your own `.eslintrc.js` to the root of your project and TSDX will **
389389

390390
TSDX is ripped out of [Formik's](https://github.com/jaredpalmer/formik) build tooling. TSDX is very similar to [@developit/microbundle](https://github.com/developit/microbundle), but that is because Formik's Rollup configuration and Microbundle's internals have converged around similar plugins over the last year or so.
391391

392-
### Comparison to Microbundle
392+
### Comparison with Microbundle
393393

394394
- TSDX includes out-of-the-box test running via Jest
395395
- TSDX includes a bootstrap command and default package template

0 commit comments

Comments
 (0)