From bbcc14687c9427a1569b8af1fa54729a7aee2cc0 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Mon, 22 Aug 2022 19:42:42 +0200 Subject: [PATCH] readme: Use new ESM syntax (#4028) * Use new ESM syntax * Update README.md Co-authored-by: Antoine du Hamel Co-authored-by: Antoine du Hamel --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bafe62c1b2..e360f3651c 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,15 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg - -
- ``` @@ -211,10 +212,6 @@ Transloadit’s team is small and we have a shared ambition to make a living fro Our thinking is that if only a fraction of our open source userbase can see the appeal of hosted versions straight from the source, that could already be enough to sustain our work. So far this is working out! We’re able to dedicate 80% of our time to open source and haven’t gone bankrupt yet. :D -### Does Uppy support React? - -Yep, we have Uppy React components, please see [Uppy React docs](https://uppy.io/docs/react/). - ### Does Uppy support S3 uploads? Yes, please check out the [docs](https://uppy.io/docs/aws-s3/) for more information.