From 4fbb81da84ab6d90d88932bbbedb5a407d7d489f Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Tue, 26 Sep 2023 16:28:28 +0200
Subject: [PATCH] Rephrase README.md Instruction paragraph

---
 doc/src/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/README.md b/doc/src/README.md
index 877eb9dd..42ef6f6c 100644
--- a/doc/src/README.md
+++ b/doc/src/README.md
@@ -4,7 +4,7 @@ This directory contains the material to build the project documentation with `do
 
 ## Instructions
 
-The project documentation is managed by `doxygen`, a documentation generator that is able to extract documents directly from properly formatted comment sections of the source code. To build a local instance of project documents, make sure that you have `doxygen` installed, then `cd` into the document source folder (the folder containing the `conf.dox` file, specifically `np_tmcode/doc/src`) and then run:
+The project documentation is managed by `doxygen`, a documentation generator that is able to extract documents directly from properly formatted comment sections of the source code. To build a local instance of project documents, make sure that you have `doxygen` installed, then `cd` into the document source folder (the folder containing the `conf.dox` file, specifically `np_tmcode/doc/src`) and finally run:
 ```
 doxygen conf.dox
 ```
-- 
GitLab