From 93e80cbf45bb339122465f529526bda561a59e0b Mon Sep 17 00:00:00 2001 From: ondrejkrejci Date: Fri, 27 Mar 2026 15:18:53 +0200 Subject: [PATCH 1/2] adding on-line GUI version to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 71f3f40a..067042b3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ The Python package is named as `ppafm`. * [DeepWiki](https://deepwiki.com/Probe-Particle/ppafm) * [Context7](https://context7.com/probe-particle/ppafm/llms.txt) +## Simplified on-line version + +The on-line graphic-user interface can be found [here](https://prokophapala.github.io/web_physics/ppafm_web/), extra explanation on this [wiki page](https://github.com/Probe-Particle/ppafm/wiki/On%E2%80%90line-GUI). + ## Installation The standard way of installing `ppafm` is: From 4cd0d43129a316884060ba703149f03983c14b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Krej=C4=8D=C3=AD?= Date: Tue, 7 Apr 2026 17:15:04 +0300 Subject: [PATCH 2/2] Fix typos in README.md section headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 067042b3..24d33f22 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The Python package is named as `ppafm`. * [DeepWiki](https://deepwiki.com/Probe-Particle/ppafm) * [Context7](https://context7.com/probe-particle/ppafm/llms.txt) -## Simplified on-line version +## Simplified online version -The on-line graphic-user interface can be found [here](https://prokophapala.github.io/web_physics/ppafm_web/), extra explanation on this [wiki page](https://github.com/Probe-Particle/ppafm/wiki/On%E2%80%90line-GUI). +The on-line graphic-user interface can be found [here](https://prokophapala.github.io/web_physics/ppafm_web/), extra explanation on this [wiki page](https://github.com/Probe-Particle/ppafm/wiki/Online-GUI). ## Installation