aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a2a22a..39e7cb9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A pure Nim library for dealing with protobuf serialization and deserialization. A `protoc` plugin is also included which can be used for generating Nim code, usable by the library, from `.proto` files.
-At the moment this is at a very rough state. Do not use for any kind of production use.
+At the moment this is at a very rough state. Do not use for any kind of production use. Anything can change at any time. You've been warned.
# Example