From 7d9b530aa28d2070c57285cb22549afc986ae2d3 Mon Sep 17 00:00:00 2001 From: Jonah Dahlquist Date: Wed, 2 Mar 2016 11:50:36 -0800 Subject: [PATCH] Fixed wrong package name in Node require --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64c32ec..2f6f9c3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ It can be loaded using a script tag in an HTML document for the browser or as a [Node.js](http://nodejs.org) module using `require`. ```js -var Decimal = require('decimal'); +var Decimal = require('decimal.js'); ``` For Node, the library is available from the [npm](https://npmjs.org/) registry