From 87a44a94f0a1b045d6223a6a3ab6be0a2056d60a Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 23 Aug 2018 21:13:48 +0530 Subject: [PATCH] chore: Add blog link to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 78a1aa7..916b0c3 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ const datatable = new DataTable('#datatable', { * Run `yarn lint` before commiting changes * This project uses [commitizen](https://github.com/commitizen/cz-cli) for conventional commit messages, use `yarn commit` command instead of `git commit` +## Read the blog + +[Making a new datatable for the web](https://medium.com/frapp%C3%A9-thoughts/things-i-learned-building-a-library-for-the-web-6846a588bf53) ## License