Refactoring README to improve the content.
diff --git a/README.md b/README.md
index dd71fc2..045190a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 Hupa has been entirely written in java to be coherent with the language used in the James project.
 It has been a development reference using GWT good practices (MVP pattern and Unit testing)
 
-It is ready for reading, sending,  and managing messages and folders, but it still lacks of many features email clients nowadays have.
+It is ready for reading, sending, and managing messages and folders, but it still lacks of many features email clients nowadays have.
 
 ##### Bulding #####
 Hupa use maven as building tool. To build hupa download maven (http://maven.apache.org), unpack maven and install it.
@@ -28,7 +28,7 @@
 Then point your browser to the url:
 http://localhost:8282
 
-If you prefer to use any other servlet container you can deploy the provided .war file in it.
+If you prefer to use any other servlet container you can deploy the provided .war file into it.
 
 ##### Hupa and IMAP/SMTP servers  #####
 Hupa is able to discover most of the imap/smtp configuration based on the email domain part.
@@ -40,8 +40,8 @@
 Hupa is compatible with most email providers, gmail, yahoo, hotmail, outlook, exchange, james, etc.
 
 ##### Eclipse GWT Plugin notes #####
-- Hupa uses maven to be built, before inporting the project, you should have installed m2eclipse
-and google plugins, then go to Import -> New maven project and select the modules:
+- Hupa uses maven to be built, before importing the project, you should have installed m2eclipse
+and GWT Eclipse Plugin (3.0.0), then go to Import -> Existing Maven Projects and select the modules:
 shared, mock, server, widgets, client and hupa.
 
-- To run hupa in hosted mode, select: Run as -> (Google) Web application.
+- To run hupa in hosted mode, select hupa: Run As/Debug As -> GWT Development Mode with Jetty.