Fix README example
diff --git a/README.md b/README.md
index 63b1cca..dce11ff 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 ## Example
 
 ```go
-import "mapstructure"
+import "github.com/mitchellh/mapstructure"
 
 type Person struct {
 	Name   string