From 75748843a33fba426f70a083d2484376e614db39 Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 25 Jul 2023 11:23:19 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc5cd1..008d4c7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # React LogViewer -React component that loads and views remote text in the browser lazily and efficiently. +React component that loads and views remote text in the browser lazily and efficiently. Logs can be loaded from static text, a URL, or a WebSocket and including ANSI highlighting. Forked from [mozilla-frontend-infra/react-lazylog](https://github.com/mozilla-frontend-infra/react-lazylog). ## Features @@ -18,6 +18,10 @@ Forked from [mozilla-frontend-infra/react-lazylog](https://github.com/mozilla-fr - Works in latest browser versions, including iOS Safari and Android Chrome - TypeScript support +## Demo + +You can see a running demonstration at https://melloware.github.io/react-logviewer/ which is built from StoryBook. + ## Installation Install the plugin with npm or yarn: