From a1968c452e4213a0eebd7db8aab0004293c6f3fb Mon Sep 17 00:00:00 2001 From: Taylor Date: Wed, 12 Jul 2017 13:44:24 -0700 Subject: [PATCH] async prop set directly vs via Element.setAttribute --- README.md | 2 +- src/index.jsx | 5 +++-- src/index.test.jsx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a1e261..753df5b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Called when the requested script is fully loaded. URL pointing to the script you want to load. ### `attributes` -An object used to define custom attributes to be set on the script element. For example, `attributes={{ id: 'someId', 'data-custom: 'value' }}` will result in `