From d075381ed81ab693697b28dbf4ced6ac4cfa6677 Mon Sep 17 00:00:00 2001 From: simonetassi Date: Wed, 6 Nov 2024 18:42:07 +0100 Subject: [PATCH] docs(readme): remove browsers versions --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 9634c7495..324d4454c 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,6 @@ npm i @node-wot/core @node-wot/binding-http --save #### Browser To use node-wot as a browser-side JavaScript Library, the browser needs to support ECMAScript 2015. -Supported browsers include: - -- Microsoft Edge 15 and later -- Firefox 54 and later -- Chrome 58 and later -- Safari 10 and later Using a browser with only ES5 support (e.g., IE 11) might be possible if you add polyfills. If you want to use node-wot as a library in your browser application, you can install the `@node-wot/browser-bundle` as following: