From 8d5afe2023650eefa5603882af918a68b4c5b00e Mon Sep 17 00:00:00 2001 From: Dassi Orleando Date: Wed, 27 Dec 2017 05:19:43 +0100 Subject: [PATCH] Update Readme --- orientdb/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/orientdb/README.md b/orientdb/README.md index 22d1e6081c..152ad392dd 100644 --- a/orientdb/README.md +++ b/orientdb/README.md @@ -1,7 +1,7 @@ Introduction to the OrientDB Java APIs ====================================== -This is a simple maven project that shows how to do OrientDB operations using the Java API. +This is a simple maven project that shows how to use OrientDB's Java APIs. ### Requirements @@ -17,9 +17,9 @@ To build and start the server simply type $ mvn clean install ``` -### Tests +### Run Tests -Before runing unit tests: +Before launching unit tests: - Install OrientDB - Create BaeldungDB, BaeldungDBTwo and BaeldungDBThree databases -- Uncomment the test annotations on the source code \ No newline at end of file +- Uncomment annotations on the test files \ No newline at end of file