Andrea Condoluci před 9 roky
rodič
revize
85b0c65a33
1 změnil soubory, kde provedl 35 přidání a 6 odebrání
  1. 35 6
      README.md

+ 35 - 6
README.md

@@ -1,10 +1,39 @@
-<p align="center">
+<h1 align="center">
   <img alt="OSMD logo" src="http://opensheetmusicdisplay.org/wp-content/uploads/2015/03/OSMD_3_icon.png" width="200"/>
-</p>
-
-# Open Sheet Music Display library
+</h1>
 
 [![Build Status](https://travis-ci.org/opensheetmusicdisplay/opensheetmusicdisplay.svg?branch=master)](https://travis-ci.org/opensheetmusicdisplay/opensheetmusicdisplay)
+&nbsp;
+[![Dependency Status](https://david-dm.org/opensheetmusicdisplay/opensheetmusicdisplay.png)](https://david-dm.org/opensheetmusicdisplay/opensheetmusicdisplay)
+
+Display sheet music ([MusicXML](http://www.musicxml.com) files) in the browser.
+
+Using the [VexFlow](https://github.com/0xfe/vexflow) music notation rendering API.
+
+Written in [TypeScript](https://www.typescriptlang.org) and released under [MIT license](#license).
+
+See [opensheetmusicdisplay.org](http://opensheetmusicdisplay.org) for further information.
+
+
+# Build
+```bash
+$ git clone https://github.com/opensheetmusicdisplay/opensheetmusicdisplay.git
+$ npm install
+$ npm install -g grunt-cli
+$ grunt
+```
+
+# Install
+
+# Usage
+
+# <a name="license"></a>License
+The MIT License (MIT)
+
+Copyright &copy; 2016 PhonicScore GmbH
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 
-* Website: [opensheetmusicdisplay.org](http://opensheetmusicdisplay.org)
-* How to build: [wiki/Build-Instructions](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/wiki/Build-Instructions)
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.