From 103ce6558cd9e51ced201ea6fec263b0c2bf2cb6 Mon Sep 17 00:00:00 2001 From: Lukasz Taczuk Date: Sun, 5 May 2024 15:48:39 +0200 Subject: [PATCH] Link to the live demo website --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b2673d..b03a58f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://github.com/overfl0/Armaclass/actions/workflows/build.yml/badge.svg)](https://github.com/overfl0/Armaclass/actions/workflows/build.yml) +[Live demo in your browser](https://overfl0.github.io/Armaclass/) + ## About This is a Python parser for Arma 3 class definitions such as those appearing inside unrapified mission files. @@ -12,6 +14,8 @@ I grew tired of using it in conjunction with PyExecJS (complicated to set up and Windows) and py2js (too slow to parse even 300KB sqm files) and decided to port the original JavaScript code to Python. +[See how it works, directly in your browser!](https://overfl0.github.io/Armaclass/) + ## Installation ```