Skip to content

Commit 1e027f3

Browse files
committed
Update class name
1 parent 1356f27 commit 1e027f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Configuration and usage
1414
-----------------------
1515

1616
```js
17-
const config = new TwelveConfig({prefix: "MY_APP_"});
17+
const config = new ConfigParser({prefix: "MY_APP_"});
1818
config.val('ENV_VAR_NAME', 'default value');
1919
config.string('ENV_VAR_NAME', 'default value'); // works same as previous
2020
config.number('ENV_VAR_NAME', 100);

0 commit comments

Comments
 (0)