Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lws803 committed May 10, 2023
1 parent bafed92 commit ad0a13a
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 @@ -10,6 +10,6 @@ when the current route matches the route defined in the object.
```ts
// Use this at the root of your Next.js application, _app.tsx for maximum effectiveness
useWarmRoutes({
"/": ["/articles/*", "/api/article"],
"/": ["/articles/*", "/api/articles"],
});
```

0 comments on commit ad0a13a

Please sign in to comment.