We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1356f27 commit 1e027f3Copy full SHA for 1e027f3
1 file changed
README.md
@@ -14,7 +14,7 @@ Configuration and usage
14
-----------------------
15
16
```js
17
-const config = new TwelveConfig({prefix: "MY_APP_"});
+const config = new ConfigParser({prefix: "MY_APP_"});
18
config.val('ENV_VAR_NAME', 'default value');
19
config.string('ENV_VAR_NAME', 'default value'); // works same as previous
20
config.number('ENV_VAR_NAME', 100);
0 commit comments