From 7c4597b4a0d8377f1f18f9462f1b9f015371b380 Mon Sep 17 00:00:00 2001 From: Adam Rackis Date: Tue, 27 Mar 2018 22:51:45 -0500 Subject: [PATCH] docs tweak --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9ad18a16..be609f7e 100644 --- a/readme.md +++ b/readme.md @@ -395,7 +395,7 @@ client.runMutation( ); ``` -## Transpiling decoratrs +## Transpiling decorators Be sure to use the `babel-plugin-transform-decorators-legacy` Babel preset. The code is not _yet_ updated to work with the new decorators proposal.