From 6f4a0b26fc2de88239c54362db3f13faad846746 Mon Sep 17 00:00:00 2001 From: Ulric Wilfred Date: Sun, 27 Nov 2016 16:33:40 +0100 Subject: [PATCH] More fixes to the README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04575ea..e977141 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RPD — Reactive Patch Development v2.0.0 +**Official Documentation & Examples**: [http://shamansir.github.io/rpd](http://shamansir.github.io/rpd) + [![Join the chat at https://gitter.im/shamansir/rpd](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shamansir/rpd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/shamansir/rpd.svg?branch=master)](https://travis-ci.org/shamansir/rpd) @@ -10,9 +12,13 @@ -**Latest Version**: [v2.0.0](https://github.com/shamansir/rpd/milestones?state=closed) +**[Closed Milestones](https://github.com/shamansir/rpd/milestones?state=closed)** + +**Latest Stable Version**: [v2.0.1](https://github.com/shamansir/rpd/releases/tag/v2.0.1) -_Previous Version_: [v0.1.5](https://github.com/shamansir/rpd/releases/tag/v0.1.5). +_Version in development_: [v2.1.0](https://github.com/shamansir/rpd/milestone/9). + +_Previous Stable Version_: [v0.1.5](https://github.com/shamansir/rpd/releases/tag/v0.1.5). (no [semantic versioning](http://semver.org/) was used before v2.0) A video of the engine v0.1.0 in action, demonstrates some of its features: [ [Watch][video] ]. @@ -54,8 +60,6 @@ The Engine API provides easy ways to program node networks. Or to define a custo Let's switch to some simple examples. Detailed stuff is under the links below. -**NB:** Despite the **α** (_alpha_) symbol in the version number, API is stable and may be used safely, since it has a very low chance to be changed in nearby future, unless issues will hardly require so. If such occasion will occur despite the above allegations, minor version number will be raised and users will be notified about API changes coming in a new version. Actually **α** (_alpha_) just means that the engine wasn't tested in an enough amount of environments for now, and planned to be removed at the time there will be enough. - Constructing a network of nodes: ```javascript