Skip to content

Commit a715990

Browse files
committed
update readme
1 parent 457176c commit a715990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
}
3737
```
3838

39-
We can access configuration using the `_config` object. so if we want to get the environment key we call `_config.app.env`.
39+
We can access configuration using the `_config` object. so if we want to get the environment key we call `_config('app.env')`.
4040

4141
## Public directory
4242

@@ -227,7 +227,7 @@ _url("css/style.css");
227227

228228
## Authentication
229229

230-
This application introduces two type of authentication;
230+
This application comes with two type of authentication methods:
231231

232232
`session` for working with server side rendering applications which authentication is stored in session and browser cookie.
233233

0 commit comments

Comments
 (0)