fixes in install docs for roles
diff --git a/erpnext/projects/__init__.py b/erpnext/projects/__init__.py
index 636248f..61a6eb6 100644
--- a/erpnext/projects/__init__.py
+++ b/erpnext/projects/__init__.py
@@ -1,3 +1,3 @@
 install_docs = [
-	{"doctype":"Role", "name":"Projects User"},
+	{"doctype":"Role", "role_name":"Projects User", "name":"Projects User"},
 ]