From dda30edad7162db7cb8f1f6c2341f20c1f62a037 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 28 Apr 2019 18:04:42 -0500 Subject: [PATCH] added core-js dependency to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e28b5..1cc99f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ficdown is a system for building interactive fiction using MarkDown syntax, and ## Dependencies -The generated ficdown.js and ficdown.min.js include all dependencies ([JQuery](https://jquery.com) and [markdown-it](https://github.com/markdown-it/markdown-it)), so no additional scripts are required to play games. +The generated ficdown.js and ficdown.min.js include all dependencies ([JQuery](https://jquery.com), [markdown-it](https://github.com/markdown-it/markdown-it), and [core-js](https://github.com/zloirock/core-js)), so no additional scripts are required to play games. ## Bulding