Skip to content

Commit

Permalink
Fix broken links in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Nov 27, 2024
1 parent 7bcc28a commit 7a0ed1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
<img src="https://www.ee.cuhk.edu.hk/~tblu/monsite/demos/fastPSF/gui.png"/>
![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{};
Expand Down

0 comments on commit 7a0ed1e

Please sign in to comment.