From b4393d999c4a0afe42e64d21309e8d9258fe9fb4 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Fri, 3 Nov 2023 12:10:16 +0100 Subject: [PATCH] Fix spelling of README instructions. --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 83dbc1ab..83c9bcbc 100644 --- a/src/README.md +++ b/src/README.md @@ -18,7 +18,7 @@ In all cases, build commands executed through `make` will output the object file 3. cd to the `build/sphere` folder 4. run `sph` following the instructions given in `build\README.md` -## C++ code setup and execution (requires `g++` abd GNU `make`) +## C++ code setup and execution (requires `g++` and GNU `make`) 1. cd to the `src` folder 2. run `make np_sphere` -- GitLab