From f452b4e22ac91bd347588da54af5a2e5eebba498 Mon Sep 17 00:00:00 2001 From: Alec Jacobson Date: Tue, 1 Jul 2014 11:13:04 -0400 Subject: [PATCH] minor typo fix --- tutorial/tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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>