diff --git a/README.md b/README.md index 5b48d7a..8362aa8 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,6 @@ wretch("endpoint") npm i -D wretch ``` -## Download - -dist/bundle/wretch.js - ## Clone ```sh @@ -146,15 +142,15 @@ global.FormData = require("form-data") ```html - + ``` ```typescript -// new school +// es2015 modules import wretch from "wretch" -// old school -const wretch = require("wretch") +// commonjs +var wretch = require("wretch") ``` ## Code