From 61d039201bba5663a91805326272e177d19399ef Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:53:11 +0900 Subject: [PATCH] docs: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e457dfa..6aa715c 100755 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ const exampleCode = ` return () => ; `; -render(( +render( {({ className, style, tokens, getLineProps, getTokenProps }) => (