From e8fee45345105c673e37d92ed8f77e200c9d7f10 Mon Sep 17 00:00:00 2001 From: Misha Krieger-Raynauld Date: Thu, 19 Mar 2020 03:57:03 -0400 Subject: [PATCH] Fix "bootstraping" typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 491e637..6bf06b6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ mocha -r ts-node/register -r tsconfig-paths/register "test/**/*.ts" As long as the command has something similar to a `--require` option that can load a module before it starts, tsconfig-paths should be able to work with it. -## Bootstraping with explicit params +## Bootstrapping with explicit params If you want more granular control over tsconfig-paths you can bootstrap it. This can be useful if you for instance have compiled with `tsc` to another directory where `tsconfig.json` doesn't exists.