From 5f5e42625c5d38872c5044c9b5bb995530ce736d Mon Sep 17 00:00:00 2001 From: Brian Schermerhorn Date: Tue, 10 Jan 2017 15:53:40 -0700 Subject: [PATCH] Update README.md slightly nicer formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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