From 81cbd0412faa54dcee26316187a8a89deaa8f40b Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Tue, 22 May 2018 06:43:17 +0800 Subject: [PATCH] Fix typo in Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9ad2eb3..3bb060b 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ instruction [here](../../wiki/Build-Instruction). The design of Assembly3 (and the fork of FreeCAD) partially follows the unfinished FreeCAD Assembly [project plan](https://www.freecadweb.org/wiki/Assembly_project), -in particularly, the section [Infrustracture](https://www.freecadweb.org/wiki/Assembly_project#Infrastructure) +in particularly, the section [Infrustrcture](https://www.freecadweb.org/wiki/Assembly_project#Infrastructure) and [Object model](https://www.freecadweb.org/wiki/Assembly_project#Object_model). You can find more details at [here](../../wiki|Design).