Skip to content

Commit 9b4f54c

Browse files
author
lorenzo.digiacomo
committed
2 parents 6a3fcd6 + fa366d2 commit 9b4f54c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Then, just point your browser at `http://localhost:3000`.
2222
How to create the environment
2323

2424
```
25+
import { Network } from 'relay-runtime';
26+
import { OfflineStore, Store, Environment, RecordSource } from 'react-relay-offline';
27+
2528
const network = Network.create(fetchQuery);
2629
const storeOffline = OfflineStore(network);
2730
const source = new RecordSource(storeOffline);

0 commit comments

Comments
 (0)