From 18dbbe9f09de326d323d35c826aacce89726215e Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 7 Feb 2021 16:15:55 +0100 Subject: [PATCH] Added GitHub-link to script / link to online demo in README. --- README.md | 6 ++++++ vect.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eca220a..44fefb0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This is a PHP script that creates sort of a calculation environment for working vectors. Not only will it calculate various operations with vectors, it will also plot them, calculate angles between different vectors, intersection points, etc. +Online Demo +----------- + +https://vect.birth-online.de + + Syntax ------ diff --git a/vect.php b/vect.php index 2d37178..9d78554 100644 --- a/vect.php +++ b/vect.php @@ -874,7 +874,7 @@ PRE.sol { echo 'Debug ' . ((isset($_GET['dbg']))?'off':'on') . ''; -?> +?> / GitHub
Variables