From d78bd35a7bcc2d295a7d74520b2b59147e75e8ef Mon Sep 17 00:00:00 2001 From: Roderick Date: Thu, 17 Oct 2024 21:37:03 -0700 Subject: [PATCH] Add link to web demo to main READMe --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 102411e..4993445 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,10 @@ devtools::install_github("bovee/entab", subdir="entab-r") issues. Parsers are split into two forms: a fast one that produces a specialized struct and a slow one that produces a generic record and is capable of being switched to at run time. + + +## Website + +There is a small demo of +[entab running in the browser](https://bovee.github.io/entab/) that can open +small files and plot the data in them.