diff --git a/README.md b/README.md index 48ab0ef..5f4a9eb 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Normalizing data is executed as follows. ```javascript import { normalize, arrayOf } from 'normalizr-immutable'; -const normalized = normalize(json, arrayOf(schemas.article),{}); +const normalized = normalize(json, arrayOf(schemas.article), {}); ``` ### Working with Proxies