Skip to content

Commit 9b63c1e

Browse files
authored
updated readme with corrected links
1 parent 0119bfa commit 9b63c1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TodoMVC application using [OrbitDB](https://github.com/orbitdb/orbit-db) as a da
1111
**[LIVE DEMO](https://ipfs.io/ipfs/QmTJGHccriUtq3qf3bvAQUcDUHnBbHNJG2x2FYwYUecN43/)**
1212

1313
<p align="centers">
14-
<img src="https://raw.githubusercontent.com/haadcode/example-orbitdb-todomvc/master/screenshots/Screen%20Shot%202017-11-29%20at%2017.09.31.png" width="50%">
14+
<img src="https://raw.githubusercontent.com/natachadelarosa/example-orbitdb-todomvc-updated/master/screenshots/Screen%20Shot%202018-09-09%20at%2011.10.20.png" width="50%">
1515
</p>
1616

1717
## Install
@@ -53,9 +53,9 @@ To collaborate on a TODO list, open the same url in _another browser or incognit
5353

5454
This example is based on [React TodoMVC](https://github.com/tastejs/todomvc/tree/master/examples/react).
5555

56-
- Initializing OrbitDB and IPFS happens in [store](https://github.com/haadcode/example-orbitdb-todomvc/blob/master/src/utils/store.js)
57-
- OrbitDB calls happen in [model](https://github.com/haadcode/example-orbitdb-todomvc/blob/master/src/utils/todoModel.js)
58-
- The database and app are hooked together in [app](https://github.com/haadcode/example-orbitdb-todomvc/blob/master/src/index.js#L23)
56+
- Initializing OrbitDB and IPFS happens in [store](https://github.com/natachadelarosa/example-orbitdb-todomvc-updated/blob/master/src/utils/store.js)
57+
- OrbitDB calls happen in [model](https://github.com/natachadelarosa/example-orbitdb-todomvc-updated/blob/master/src/utils/todoModel.js)
58+
- The database and app are hooked together in [app](https://github.com/natachadelarosa/example-orbitdb-todomvc-updated/blob/master/src/index.js#L23)
5959

6060
## Contribute
6161

0 commit comments

Comments
 (0)