From 7a0ed1e7a27296a629dae1416fff9bc75dcb5f0c Mon Sep 17 00:00:00 2001 From: Antony Chan Date: Wed, 27 Nov 2024 09:06:24 -0800 Subject: [PATCH] Fix broken links in the Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8f3820..91c8763 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,10 @@ sudo ninja install ## Running the examples First, follow the *Quick start* instructions to build the example app. Then, given the following microscope configurations in the screenshot... - +![MicroscPSF-Matlab GUI](https://www.ee.cuhk.edu.hk/~tblu/monsite/demos/fastPSF/gui.png) -... program the example C++ file at (https://github.com/MicroscPSF/MicroscPSF-Cpp/blob/main/examples/generate-psf.cpp)[examples/generate-psf.cpp] +... program the example C++ file at +[examples/generate-psf.cpp](https://github.com/MicroscPSF/MicroscPSF-Cpp/blob/main/examples/generate-psf.cpp) ```c++ microscope_params_t params{};