From 3370f00703ddd1b6164fc51da334447208502dcf Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Thu, 22 Jun 2017 09:40:34 +0200 Subject: [PATCH] Update readme --- readme.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 9713a2a..16dab74 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,3 @@ -# Pre Deferred +# Deferred -Documentation can be found at [preprocess.io](https://preprocess.io/docs#deferred). - -## Versioning - -This library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library. - -All methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading. +Documentation can be found at [preprocess.io](https://preprocess.io#deferred).