diff --git a/README.md b/README.md index 66eb32b..769a024 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ This package implements the [es-shim API](https://github.com/es-shims/api) inter Most common usage: ```js -var globalThis = require('globalThis')(); // returns native method if compliant +var globalThis = require('globalthis')(); // returns native method if compliant /* or */ -var globalThis = require('globalThis/polyfill')(); // returns native method if compliant +var globalThis = require('globalthis/polyfill')(); // returns native method if compliant ``` ## Example