From e3efc1ad7d5c13bd6fd97c8b617bc8be3f3d7f73 Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Sat, 24 Feb 2018 11:39:12 -0500 Subject: [PATCH] Add a section to the README for examples. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e62f786..9089973 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ type SSFDate = { `SSF.is_date(fmt:string):boolean` returns `true` if `fmt` encodes a date format. +## Examples + +- [Basic Demo](http://oss.sheetjs.com/ssf/) +- [Custom Formats Builder](https://customformats.com) + ## License Please consult the attached LICENSE file for details. All rights not explicitly