summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92e7e47..e2d63f3 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ for how to implement a simple service.
## Background and target applications
-During my master's project I needed fast RPCs for Android phones. In the
-beginning I used [jsonrpc4j](http://code.google.com/p/jsonrpc4j/) and
+During another project I needed fast RPCs for Android phones. In the beginning
+I used [jsonrpc4j](http://code.google.com/p/jsonrpc4j/) and
[Jetty](http://jetty.codehaus.org/jetty/) which are a wonderful pieces of
software, but unfortunately can be really slow.