From 3af6409eeb14837f395b8b9c2f4d83434215f11e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Fri, 21 Apr 2017 09:29:29 -0400 Subject: [PATCH] README.md: add warning about breaking changes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f15a8fb..ce70c7a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ Documentation is at https://periph.io [![Gitter chat](https://badges.gitter.im/google/periph.png)](https://gitter.im/periph-io/Lobby) +## WARNING + +**This library is unstable. Breaking API changes occur frequently.** + +If you want to use `periph.io/x/periph`, please [vendor +periph](https://github.com/golang/go/wiki/PackageManagementTools) first and +frequently roll. + + ## Example ~~~go