diff --git a/README.md b/README.md index 82ed8b65..10d872f2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Include the library files: ``` +Include component to your app: + +```js +angular.module('my-app', ['ngHandsontable']); +``` + Template: ```html