From db8b91e3b4d86913c9924be1576810ca3df301ee Mon Sep 17 00:00:00 2001 From: Ioannis Stefanis Date: Wed, 14 Feb 2024 22:48:28 +0200 Subject: [PATCH] docs & metadata fixes/improvements --- README.md | 8 +++++--- index.html | 6 ++---- package.json | 2 +- view/services/feature/userGuideService.js | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 34fa67d..a4c6f17 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Controllio -![app](https://github.com/istefanis/controllio/blob/main/assets/img/app.png) +![tests-workflow](https://github.com/istefanis/controllio/actions/workflows/tests.yml/badge.svg) -Controllio is a web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems online. +![app-preview](https://github.com/istefanis/controllio/blob/main/assets/img/app.png) + +Controllio is a web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems. So far, functionality has been implemented for: @@ -18,7 +20,7 @@ So far, functionality has been implemented for: The motivation behind Controllio is to create an open-source tool for studying Control Systems, which: -- runs on the browser without any installation, is fast and mobile-friendly +- runs in the browser without any installation, is fast and mobile-friendly - is written in a widely-used programming language (vanilla Javascript), and can be easily extended ## Technical details diff --git a/index.html b/index.html index e08378d..cdd43db 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,9 @@ - - Controllio · Web app for experimenting with control systems online - + Controllio · Web app for experimenting with control systems diff --git a/package.json b/package.json index bb9abc3..3473791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "controllio", - "description": "Web app for experimenting with control systems online", + "description": "Web app for experimenting with control systems", "version": "0.5.0-beta.6", "license": "MIT", "author": { diff --git a/view/services/feature/userGuideService.js b/view/services/feature/userGuideService.js index 221d1b1..f19bca6 100644 --- a/view/services/feature/userGuideService.js +++ b/view/services/feature/userGuideService.js @@ -35,7 +35,7 @@ const init = function () {