summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-28 20:00:55 +0200
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-28 20:00:55 +0200
commit79cf815533940217d748c0a34078678598b4a417 (patch)
tree5d99b03bd5efc59d62c7e0d617dbf4d12df28f2c
parent8f1cc715e6052a75ffe9892655b77432ab18452f (diff)
Change README.
-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.