diff --git a/README.md b/README.md index abb38f4..1402536 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ npm install decimal.js To load with AMD loader libraries such as [requireJS](http://requirejs.org/): ```js -require(['decimal'], function(Decimal) { +require(['decimal.js'], function(Decimal) { // Use Decimal here in local scope. No global Decimal. }); ```