Skip to content

Commit

Permalink
Merge pull request #3 from godaddy/DullReferenceException-patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
3rd-Eden committed Jan 30, 2020
2 parents 054db36 + 11a84d5 commit f20144e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Configure the logger in your preboots. The steps to follow are as simple as this

## Example

This preboot configuration sets the http port to 8080 and specifies two tansports for your logger. The file is located in preboot/config.js
This preboot configuration sets the http port to 8080 and specifies two transports for your logger. The file is located in preboot/config.js

```app.config
```
app.config
.overrides(options)
.use('argv')
.use('env')
Expand All @@ -36,7 +37,7 @@ This preboot configuration sets the http port to 8080 and specifies two tansport
.load(callback);
```

Define your preboots in ```preboot/index.js```
Define your preboots in `preboot/index.js`


```
Expand Down

0 comments on commit f20144e

Please sign in to comment.