From 0c9c7f6780780c743fbbf9384945877d1c799cde Mon Sep 17 00:00:00 2001 From: Ricardo Nunes Date: Thu, 21 Sep 2017 16:35:30 +0100 Subject: [PATCH] Added Warning section and link to changelog --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0446084..33f48a4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ It does the following: When done, it returns an object with the gathered data (check Usage below). +## Warning + +I'll be implementing changes as quickly as possible, if you have a bug report or feature request, please read the [Feedback](#feedback) section. + +Please take note that this is still a beta module. + +I'll ensure that `patch` (0.0.x) updates won't break your code, but `major` (x.0.0) and `minor` (0.x.0) ones might. + +Always check this README file before upgrading to the latest version. + +### [Changelog](https://github.com/ricardonunesdev/domain-ping/blob/master/CHANGELOG.md) + ## Installation To install the package, run this inside your project's folder.