From 3547a2d9789caa0ec335d1cdb33782c5f7355627 Mon Sep 17 00:00:00 2001
From: Kent Bowling <kentamanos@gmail.com>
Date: Wed, 26 Feb 2014 13:41:06 -0600
Subject: [PATCH] Update README.md

Small typo of "import" (inport).
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e48c313d..e86e8f79 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Install
 -------
 
 The library is a simple container for FreeCAD (.fcstd) and STEP (.stp) files. You can download it
-anywhere and inport its files in your FreeCAD projects. Inside the library, there is also a FreeCAD
+anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD
 macro (PartsLibrary.FCMacro) that you can edit (you must change the path to your Library) and 
 place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which
 you can easily add the parts by double-clicking them.