From a7733fc4fdcdb3d8a8697a4aeeff709b01c3e39d Mon Sep 17 00:00:00 2001 From: Smitty Date: Sat, 29 May 2021 10:31:13 -0400 Subject: [PATCH] mention WIP-ness in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 728128c..d891c77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `wikidata` - Rust bindings for Wikidata -This crate has unofficial Rust bindings for Wikidata to make it easy to use data from Wikidata in Rust programs. +This crate has unofficial Rust bindings for Wikidata to make it easy to use data from Wikidata in Rust programs. This is very much a work in progress right now. ---