From ac3a6e6a64ac128f1b794fe960720afddae5c7fd Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 13 Jun 2018 21:07:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 828412b..9e13f46 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# This is the development branch do not use this in production. This code can be broken and contains code that could not function correctly. + # Crossterm | crossplatform terminal library written in rust. Ever got disappointed when a terminal library for rust was only written for unix systems? Crossterm provides the same core functionalities for both windows and unix systems.