aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8a46450..27d5ca5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
-# nimtwirp
+# A Twirp RPC framework for Nim.
-A simple RPC framework. See [twirp](https://twitchtv.github.io/twirp/docs/intro.html)
-for more information.
+A simple RPC framework using [nimpb](https://github.com/oswjk/nimpb). See
+[twirp docs](https://twitchtv.github.io/twirp/docs/intro.html) for more
+information about twirp.
+
+**NOTE** Still in experimental phase.
# Example