Skip to content

Commit

Permalink
(docs): Comparison to -> with (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Jun 12, 2020
1 parent 14bfa39 commit edcb9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
- [Jest](#jest)
- [ESLint](#eslint)
- [Inspiration](#inspiration)
- [Comparison to Microbundle](#comparison-to-microbundle)
- [Comparison with Microbundle](#comparison-with-microbundle)
- [API Reference](#api-reference)
- [`tsdx watch`](#tsdx-watch)
- [`tsdx build`](#tsdx-build)
Expand Down Expand Up @@ -389,7 +389,7 @@ You can add your own `.eslintrc.js` to the root of your project and TSDX will **

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.

### Comparison to Microbundle
### Comparison with Microbundle

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

0 comments on commit edcb9e7

Please sign in to comment.