renamed readme
diff --git a/nosql/mongo/README.md b/nosql/mongo/README.md
new file mode 100644
index 0000000..8863d80
--- /dev/null
+++ b/nosql/mongo/README.md
@@ -0,0 +1,4 @@
+This example demonstrates usage of EclipseLink's JPA support with access to a NoSQL
+database, MongoDB.
+
+The example assume the Mongo database is running locally on the default port, to use another database edit the persisence.xml
diff --git a/nosql/mongo/readme.txt b/nosql/mongo/readme.txt
deleted file mode 100644
index d03670d..0000000
--- a/nosql/mongo/readme.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-This example demonstrates usage of EclipseLink's JPA support with access to a NoSQL
-database, MongoDB.
-
-To run this example you will need:
-- ant
-- a mongo database
-- put jars, eclipselink.jar, persistence.jar, connector.jar, mongo-2.7.2.jar, in this directory
-- run "ant" in this directory
-- run "ant test" to run the example
-
-The example assume the Mongo database is running locally on the default port, to use another database edit the persisence.xml