From 9d77733a7aa69961b4c37b351ca695650ea63734 Mon Sep 17 00:00:00 2001 From: Jason Tudisco Date: Fri, 11 Feb 2022 04:48:42 -0600 Subject: [PATCH] Forked a project that is a transformer for parcel for riotjs. Changes a few thing so compiling the application works better. --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 584efb2..3d00611 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# TimeChain - -A straightforward program for pasting text, HTML, photos, or anything else. The FILO interface is straightforward: tag it, timestamp it, then view it. - -# Build - -``` -npm run build -``` - -# Tests - -Type the following commands to run tests: - -``` -npx jest -``` +# TimeChain + +A straightforward program for pasting text, HTML, photos, or anything else. The FILO interface is straightforward: tag it, timestamp it, then view it. + +# Build + +``` +npm run build +``` + +# Tests + +Type the following commands to run tests: + +``` +npx jest +```