From fb7625fd52e29c641aa32579495c722fe3539a61 Mon Sep 17 00:00:00 2001 From: Jason Leibowitz Date: Mon, 4 Jun 2018 14:22:51 -0400 Subject: [PATCH] Link to examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c987628..194cb13 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ In your project you most likely already have reusable button components to other It also doesn't have a bundled date library with it either, giving you the flexibility to use whatever library you want. MomentJS is the most popular, but it's incredibly large. You're in charge of formatting the dateTime string and providing it to this lib. It doesn't care what date lib you use. +## Examples +View examples [here](http://leibowitz.me/react-add-to-calendar-hoc/docs/). + ## Installation Using [npm](https://www.npmjs.com/package/react-add-to-calendar-hoc) ```