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.