Skip to content

Commit

Permalink
chore: tidy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Jan 18, 2024
1 parent 13b1513 commit d1f462a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ This module requires Node v14.x.x+.
- [API](#api)
- [electrodeServer](#electrodeserver)
- [`app` decorator](#app-decorator)
- [Enable compression](#enable-compression)
- [Increase bodyLimit Size](#increase-bodylimit-size)
- [Contributions](#contributions)
- [License](#license)

Expand Down Expand Up @@ -152,7 +154,7 @@ All properties are optional (if not present, the default values shown below will
{
server: {
app: {
electrode:.toBe(true);
electrode: true
}
}
}
Expand Down

0 comments on commit d1f462a

Please sign in to comment.