Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 2ac52c3

Browse files
committed
update version number in readme
1 parent 922b3a3 commit 2ac52c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Views Middleware for Pinecone Router
22

3-
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/middleware-views?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/middleware-views/tree/2.0.0)
4-
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router-middleware-views?color=37C8AB)](https://bundlephobia.com/result?p=pinecone-router-middleware-views@2.0.0)
3+
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/middleware-views?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/middleware-views/tree/2.0.1)
4+
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router-middleware-views?color=37C8AB)](https://bundlephobia.com/result?p=pinecone-router-middleware-views@2.0.1)
55
[![Downloads from Jsdelivr NPM](https://img.shields.io/jsdelivr/npm/hm/pinecone-router-middleware-views?color=%2337C8AB&&logo=npm)](https://www.jsdelivr.com/package/npm/pinecone-router-middleware-views)
66
[![npm](https://img.shields.io/npm/dm/pinecone-router-middleware-views?color=37C8AB&label=npm&logo=npm&logoColor=37C8AB)](https://npmjs.com/package/pinecone-router-middleware-views)
77
[![Changelog](https://img.shields.io/badge/change-log-%2337C8AB)](/CHANGELOG.md)
@@ -75,7 +75,7 @@ That's it!
7575

7676
- You can use both views and handlers in the same route, handlers always run first.
7777
- Set the [`viewSelector` option in settings](https://github.com/pinecone-router/router#settings) to change where views will show
78-
- `window.PineconeRouter.settings.viewsSelector = '#app'`
78+
- `window.PineconeRouter.settings.viewsSelector = '#app'`
7979
- View are simply html files, can be text files too.
8080
- When you [_redirect_](https://github.com/pinecone-router/router#redirecting) from a handler the view wont be displayed.
8181
- Views are cached in memory

0 commit comments

Comments
 (0)