summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 46392b5..def555e 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,6 @@ value.insert("foo.bar.a.b.c", Value::Integer(1)) // -> Result<Option<Value>, Er
value.delete("foo.bar.a.b.c") // -> Result<Option<Value>, Error>
```
-# Vacation notice
-
-**Notice:** I, the author of toml-query, will be on vacation from mid-May 2018
-until early 2019. I hope I can continue develop toml-query during that time, but I
-cannot guarantee that. I hope I can continue development of toml-query after that
-and I certainly plan to do so.
-
-@TheNeikos as commit rights to this repository and will respond to issues and
-PRs.
-
# Development
This library was developed using a Test-Driven-Development approach from the