From 5d82d0b806e593523f88473b546763d9759680aa Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 31 May 2020 15:19:08 -0700 Subject: [PATCH] (docs): Comparison to -> with --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1967e2e3..9638af493 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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