Skip to content

Commit

Permalink
Merge pull request #76 from JodanJodan/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
oldmoe authored Jan 27, 2024
2 parents ec19892 + d5bd1c9 commit 7af051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Book.search('author: writer').limit(1).all
> ![litemetric](https://github.com/oldmoe/litestack/blob/master/assets/litemetric_logo_teal.png?raw=true)

### Litemetric
Litestack comes with a mdoule that can collect useful metrics for its different components, in each component, you need to add the following to the respective .yml file (database.yml in case of Litedb)
Litestack comes with a module that can collect useful metrics for its different components, in each component, you need to add the following to the respective .yml file (database.yml in case of Litedb)
```yml
metrics: true # default is false
```
Expand Down

0 comments on commit 7af051e

Please sign in to comment.