Skip to content

Commit 61cbbd8

Browse files
authored
docs(readme): fix typo
1 parent 2ce3cc3 commit 61cbbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Check out the [Firebase example](https://homebaseio.github.io/homebase-react/#!/
192192
If you set `debug` to `true` in your configuration, you will be able to access the `_recentlyTouchedAttributes` attribute on entities. `_recentlyTouchedAttributes` will show any cached attributes for a given entity. This is helpful for approximating that entity's schema and values.
193193

194194
```js
195-
<HomebaseProvider config={ debug: true }>
195+
<HomebaseProvider config={{ debug: true }}>
196196
<App/>
197197
</HomebaseProvider>
198198
```

0 commit comments

Comments
 (0)