diff --git a/README.md b/README.md index 28bc1cf0..d2f85ff2 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print $ bower install fabric

Install with npm

-To install Fabric.js using npm, you must first manually [install Cario](http://cairographics.org/download/) on your system. Cario is a system library which powers node-canvas, which Fabric.js relies on. When the installation is complete, you may need to restart your terminal or command prompt before installing fabric. +To install Fabric.js using npm, you must first manually [install Cairo](http://cairographics.org/download/) on your system. Cairo is a system library which powers node-canvas, which Fabric.js relies on. When the installation is complete, you may need to restart your terminal or command prompt before installing fabric. $ npm install fabric --save