Merge pull request #176 from antonypp/patch-1

Fix } in HOC example
master
Lee Benson 4 years ago committed by GitHub
commit fe3ec455e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -99,7 +99,7 @@ And use it as follows:
```ts
<GetHackerNewsTopStoriesComponent>
{({ data, loading, error }) => (...)
{({ data, loading, error }) => (...)}
</GetHackerNewsTopStoriesComponent>
```

Loading…
Cancel
Save