Merge pull request #2 from tonit/patch-1

Fix simple spelling in two places
diff --git a/README.adoc b/README.adoc
index 0f408c7..9c3dc50 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
 = Apache Winegrower
 
-Apache Winegrower is a ligthweight and powerful application framework.
+Apache Winegrower is a lightweight and powerful application framework.
 
 It brings the powerful OSGi model without all the issue and help of bundle classloaders.
 Winegrower fully supports the activator and service model but use an unique classloader.
@@ -88,7 +88,7 @@
 </project>
 ----
 
-You can now start Karaf with:
+You can now start Winegrower with:
 
 [source,sh]
 ----
@@ -123,4 +123,4 @@
 public class MyBundleActivator implements BundleActivator {
     // standard code
 }
-----
\ No newline at end of file
+----