Skip to content

Commit 50ed63e

Browse files
committed
update README
1 parent d8401de commit 50ed63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ while not pangolin.ShouldQuit():
8383
As shown above, this library works seamlessly with PyOpenGL and numpy, it can access
8484
numpy array directly without copying data (thanks to [pybind11](https://github.com/pybind/pybind11)).
8585

86-
## <span id="Gallery">Gallery</span>
86+
## <a name="Gallery">Gallery</a>
8787
**[HelloPangolin.py](python/examples/HelloPangolin.py)** (point cloud and 3d object):
8888
![](python/examples/imgs/HelloPangolinColorful.png)
8989

@@ -148,7 +148,7 @@ Find the latest version on [Github](http://github.com/stevenlovegrove/Pangolin):
148148
git clone https://github.com/stevenlovegrove/Pangolin.git
149149
```
150150

151-
## <span id="Dependencies">Dependencies</span>
151+
## <a name="Dependencies">Dependencies</a>
152152

153153
Optional dependencies are enabled when found, otherwise they are silently disabled.
154154
Check the CMake configure output for details.

0 commit comments

Comments
 (0)