Skip to content

Commit 7dce2ba

Browse files
authored
Update README.md
Typos
1 parent eaf44fe commit 7dce2ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ to negate the need for requiring and injecting the application config in every
2020
<a name="usage">Usage</a>
2121
-------------------------
2222

23-
To use the module, simply import the substituted package as you would with the popular
24-
[config](https://www.npmjs.com/package/config) package
23+
To use the module, simply import the substituted config package as you would with the popular
24+
[config](https://www.npmjs.com/package/config) package, and `boot` it
2525

2626
```javascript
2727
const config = require('@alt-javascript/config');
@@ -51,7 +51,7 @@ const winstonLoggerFactory = new WinstonLoggerFactory(config,winston,{/*my winst
5151
boot(config, winstonLoggerFactory);
5252
```
5353

54-
The in your application modules, you only need.
54+
Then in your application modules, you only need.
5555

5656
`MyModule.js`
5757
```javascript

0 commit comments

Comments
 (0)