Skip to content

Commit

Permalink
docs(cache): provide proper format
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Sep 17, 2024
1 parent e28a02f commit 27c58c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/6.cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineEventHandler(async (event) => {
```
::

The stars will be cached in development inside **.nitro/cache/functions/ghStars/<owner>/<repo>.json** with `value` being the number of stars.
The stars will be cached in development inside ```.nitro/cache/functions/ghStars/<owner>/<repo>.json``` with `value` being the number of stars.

```json
{"expires":1677851092249,"value":43991,"mtime":1677847492540,"integrity":"ZUHcsxCWEH"}
Expand Down

0 comments on commit 27c58c4

Please sign in to comment.