diff --git a/tutorial/tutorial.md b/tutorial/tutorial.md index 9ea075d4a..39aa185eb 100644 --- a/tutorial/tutorial.md +++ b/tutorial/tutorial.md @@ -105,7 +105,7 @@ git clone https://github.com/libigl/libigl.git ``` All the examples depends on [glfw](http://www.glfw.org), -[glew](http://glew.sourceforge.net) and [anttweakbar](http://anttweakbar.sourceforge.net/doc/). +[glew](http://glew.sourceforge.net) and [AntTweakBar](http://anttweakbar.sourceforge.net/doc/). The source code of each library is bundled with libigl and they can be precompiled using: @@ -1906,7 +1906,7 @@ serializer_save.Save("temp.xml",true); This code generates the following xml file (assuming **V** and **F** contains a simple mesh with two triangles, and `ids` contains the numbers 6 and 7): -``` xml +```xml <:::601_Serialization>