docs: fix typo in README.md

This commit is contained in:
Ben Heidemann 2021-04-04 02:12:51 +01:00 committed by David Humphrey
parent ce56539190
commit bfb50bf608
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ The following options can be passed to the filer webpack plugin:
| shimPath | boolean | yes | true | Should the path module be shimmed. |
| shimBuffer | boolean | yes | true | Should the buffer module be shimmed. |
| fsProvider | string | yes | 'default' | The file system provider to use. Should be one of 'default', 'indexeddb', 'memory', 'custom'. The 'default' option is equivalent to 'indexeddb'. |
| fsProviderDir | string | yes | '\<rootDir\>/node_modules/filer/shims/providers' | The directory in which the shims are located. This options is required when using a custom provider. |
| fsProviderDir | string | yes | '\<rootDir\>/node_modules/filer/shims/providers' | The directory in which the shims are located. This option is required when using a custom provider. |
NOTE: '\<rootDir\>' will be resolved to the current working directory.