Skip to content

Commit 5f7a244

Browse files
committed
Fix readme spaces
1 parent 2706e35 commit 5f7a244

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,21 @@ binaries through **NPM** for **Node.js** addons.
2121
### JS Interface
2222

2323
See in [glfw-raub](https://github.com/node-3d/glfw-raub/blob/master/core.js) Node.js addon.
24+
2425
See in [webgl-raub](https://github.com/node-3d/webgl-raub/blob/master/core.js) Node.js addon.
2526

2627

2728
### binding.gyp
2829

2930
See in [glfw-raub](https://github.com/node-3d/glfw-raub/tree/master/src/binding.gyp) Node.js addon.
31+
3032
See in [webgl-raub](https://github.com/node-3d/webgl-raub/tree/master/src/binding.gyp) Node.js addon.
3133

3234

3335
### addon.cpp
3436

3537
See in [glfw-raub](https://github.com/node-3d/glfw-raub/blob/master/src/cpp/glfw-common.hpp) Node.js addon.
38+
3639
See in [webgl-raub](https://github.com/node-3d/webgl-raub/blob/master/src/cpp/webgl.hpp) Node.js addon.
3740

3841
Refer to [GLFW](https://www.glfw.org/documentation.html) and

0 commit comments

Comments
 (0)