summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-03-15 18:33:27 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-03-15 18:33:27 +0100
commit10414eaee2ca6bf9c9bd632d4188123005006ab7 (patch)
treec8b9d4da9ae07b8f34d52a50519ef87e143a3304
parentacd188580722d33fc7989e47eddc27a1182bb756 (diff)
parente044aab3c47d4ed42a5a9b9a5c728e4134976f52 (diff)
Merge branch 'remove-vacation'
-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