From ca4dd649f238f707341f7641db91de81c7bed302 Mon Sep 17 00:00:00 2001 From: Krzysztof Budnik Date: Thu, 11 Feb 2016 12:48:41 +0100 Subject: [PATCH] Update documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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