Skip to content

Commit fb94cb3

Browse files
committed
Update deps, readme and version
1 parent 668ca70 commit fb94cb3

File tree

3 files changed

+2715
-1582
lines changed

3 files changed

+2715
-1582
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
![splash](docs/assets/img/readme/splash-github.png)
2+
![splash](https://raw.githubusercontent.com/davestewart/vuex-pathify/master/docs/assets/img/readme/splash-github.png)
33

44
## Overview
55

66
Pathify makes working with Vuex **easy**, with a **declarative**, **state-based**, **path syntax**:
77

8-
![pathify-diagram](docs/assets/img/readme/pathify-path.png)
8+
![pathify-diagram](https://raw.githubusercontent.com/davestewart/vuex-pathify/master/docs/assets/img/readme/pathify-path.png)
99

1010

1111
Paths can reference any **module**, **property** or **sub-property**:
1212

13-
![pathify-diagram](docs/assets/img/readme/pathify-diagram.png)
13+
![pathify-diagram](https://raw.githubusercontent.com/davestewart/vuex-pathify/master/docs/assets/img/readme/pathify-diagram.png)
1414

1515
Pathify's aim is to simplify the overall Vuex development experience by abstracting away Vuex's complex setup and reliance on manually-written code. The path syntax does the heavy-lifting, with a small set of helper functions used to directly access or wire up components to the store.
1616

0 commit comments

Comments
 (0)