diff --git a/README.md b/README.md index 6576095..dfdee53 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# PSYaml + ## Build Status |Branch | Status | @@ -5,10 +7,7 @@ |Master |[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/pezhore/PSYaml?branch=master&svg=true)](https://ci.appveyor.com/project/pezhore/PSYaml/branch/master)| - -# PSYaml - -# Introduction +## Introduction This module will help users convert from/to YAML. For more information see [the documentation](./Documentation.adoc). Please note that the **Master** branch has the latest, ready-for-production version. The **release/stage** branch is the holding ground for master merges where integration testing will take place. Other branches with active development will be denoted by having a prefix ( **feature/**, **bugfix/**, **release/**, etc) followed by an unique identifier. Nothing is merged into **release/stage** branch without code review, and only code that passes testing in the **release/stage** branch will be merged into **master**.