Skip to content

Commit a3ae2dd

Browse files
committed
docs: update size
1 parent 6efa780 commit a3ae2dd

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,10 @@ A few notes about the project and possible questions:
107107

108108
**A**: Dynamic modules are not type safe, so instead [we allow creating different stores](https://pinia.vuejs.org/cookbook/composing-stores.html) that can be imported anywhere
109109

110-
## Roadmap / Ideas
111-
112-
- [x] Should the state be merged at the same level as actions and getters?
113-
- [ ] ~~Allow grouping stores together into a similar structure and allow defining new getters (`pinia`)~~
114-
You can directly call `useOtherStore()` inside of a getter or action.
115-
- [ ] ~~Getter with params that act like computed properties (@ktsn)~~ Can be implement through a custom composable and passed directly to state.
116-
117110
## Installation
118111

119112
```bash
120-
yarn add pinia
121-
# or with npm
113+
# or pnpm or yarn
122114
npm install pinia
123115
```
124116

packages/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ features:
1919
- title: 🏗 Modular by design
2020
details: Build multiple stores and let your bundler code split them automatically.
2121
- title: 📦 Extremely light
22-
details: Pinia weighs around 1kb, you will forget it's even there!
22+
details: Pinia weighs ~1.5kb, you will forget it's even there!
2323
footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote
2424
---
2525

0 commit comments

Comments
 (0)