From 1c4d4b61244186ed947edf04c43cfeaebf93aa90 Mon Sep 17 00:00:00 2001 From: Christian Vogel Date: Thu, 5 May 2016 05:47:59 +0100 Subject: [PATCH] changed README file for release --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5b4c584b..5e5526cc 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ RAML is a language for the definition of HTTP-based APIs that embody most or all of the principles of Representational State Transfer (REST). The RAML specification (this document) defines an application of the [YAML 1.2 specification](http://yaml.org/spec/1.2/spec.html) that provides mechanisms for the definition of practically-RESTful APIs, while providing provisions with which source code generators for client and server source code and comprehensive user documentation can be created. -The current version of the RAML specification is **1.0** and can be found [here](versions/raml-10/raml-10.md). - ## IMPORTANT NOTE RAML 1.0 is currently in a Release Candidate stage to gather feedback from the community around the features introduced in this version such as annotations or types. We will release the final version for 1.0 soon by announcing it on our [blog](http://blog.raml.org/). In the meanwhile, if you have any feedback, please report them [here](https://github.com/raml-org/raml-spec/issues). -Current released version: 1.0 RC1 +Current released version: RAML 1.0 RC1 ## Contributing @@ -23,12 +21,6 @@ We welcome any contributions from the community! You can contribute or provide f You can also directly get in touch with us. Simply send us an email to: info@raml.org -**Note** - -Currently we are working on RC2 inside another branch called `raml-10-rc2`. If you want to fix any spelling or grammar mistake, or an error in our examples, please fork that branch, make your edits, and then submit a pull request. - -More information around the current branch structure can be viewed [here](https://github.com/raml-org/raml-spec/wiki/RAML-1.0-RC2---Plan#branch-structure) - ## Licensing [Branding Guidelines](http://raml.org/licensing.html)