Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari committed Dec 23, 2023
2 parents 51cf0b8 + 9ee8b84 commit 3d410c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ Adding a `native` attribute to a link will prevent Pinecone Router from handling
You can easily use [nProgress](http://ricostacruz.com/nprogress) with `x-template`:

```js
document.addEventListener('pinecone-start', () => NProgress.start());
document.addEventListener('pinecone-end', () => NProgress.done());
document.addEventListener('pinecone-start', () => NProgress.start());
document.addEventListener('pinecone-end', () => NProgress.done());
```

| name | recipient | when is it dispatched |
Expand Down

0 comments on commit 3d410c7

Please sign in to comment.