Skip to content

Commit 5b4a503

Browse files
authored
fixed README (#270)
1 parent e7df913 commit 5b4a503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ function App() {
427427
return (
428428
<Provider url='http://example.com' options={options}>
429429
<SomeComponent />
430-
<Provider/>
430+
</Provider>
431431
)
432432
}
433433

@@ -712,7 +712,7 @@ function App() {
712712
<Provider url='http://example.com' options={options}>
713713
<QueryComponent />
714714
<MutationComponent />
715-
<Provider/>
715+
</Provider>
716716
)
717717
}
718718
```

0 commit comments

Comments
 (0)