Polish README
diff --git a/README.md b/README.md
index ce38c79..2851829 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
 ## Remoting
 
-Remoting provides a single API for most network related service that uses pluggable transports and codecs. The Angelia API provides the ability for making synchronous, asynchronous, oneway remote calls, push and pull callbacks. The intention is to allow for the use of different transports to fit different needs, yet still maintain the same API for making the remote invocations and only requiring configuration changes, not code changes.
\ No newline at end of file
+Remoting provides a single API for most network related service that uses pluggable transports and codecs. The Remoting API provides the ability for making synchronous, asynchronous, oneway remote calls, push and pull callbacks. The intention is to allow for the use of different transports to fit different needs, yet still maintain the same API for making the remote invocations and only requiring configuration changes, not code changes.