From 678617127a501c67e4f3b233b6215446022dd3ae Mon Sep 17 00:00:00 2001
From: Lucio Zambon <lucio.zambon@elettra.eu>
Date: Wed, 8 May 2024 00:02:41 +0000
Subject: [PATCH] Update README.md

---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index cd09414..e3ab409 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
 # PAnTHer
 
-Particle Accelerator on THreeJS 
-PAnTHer is a model of particle accelerators
+Particle Accelerator on THreeJS (PAnTHer) is a model of particle accelerators
 
 A live demo is available at this page: 
 https://luciozambon.altervista.org/app/panther.php
@@ -15,8 +14,8 @@ https://www.youtube.com/watch?v=53zyVab37rg
 - Install Hammer.js from https://hammerjs.github.io/
 - Install svg-pan-zoom from https://github.com/bumbu/svg-pan-zoom
 - Create a lattice file in JSON format according to the specifications:
-https://gitlab.elettra.eu/puma/client/web/-/raw/master/panther/panther_lattice.json
+https://gitlab.elettra.eu/puma/client/panther/-/raw/master/panther_lattice.json
 for example:
-https://gitlab.elettra.eu/puma/client/web/-/raw/master/panther/elettra_lattice.json
+https://gitlab.elettra.eu/puma/client/panther/-/raw/master/elettra_lattice.json
 - create a component bundle for 3D using component.php?machine=<your_machine>&save and a coponent bundle for 2D using component.php?machine=<your_machine>&2d&save
-- edit file panther_conf.js, panther.php and panther2d.php according to your setup
+- edit file panther_conf.js, panther.php and panther2d.php and adjust according to your setup
-- 
GitLab