Update readme

This commit is contained in:
ZombineDev 2016-11-15 17:07:42 +02:00
parent 388a8e9c94
commit 5a9a71ad00

View file

@ -3,12 +3,12 @@ D:YAML 0.5
==========
This is a fork of the D:YAML library by kiith-sa (https://github.com/kiith-sa/D-YAML).
The intent of this fork is to provide an version suitable for use by dlang-tour, until
The intent of this fork is to provide a version suitable for use by dlang-tour, until
fixes are accepted upstream.
.. image:: https://travis-ci.org/kiith-sa/D-YAML.svg?branch=master
.. image:: https://raw.githubusercontent.com/kiith-sa/D-YAML/master/code.dlang.org-shield.png
:target: http://code.dlang.org
.. image:: https://travis-ci.org/dlang-tour/d-yaml-dlang-tour.svg?branch=master
.. image:: https://img.shields.io/dub/v/dyaml-dlang-tour.svg
:target: http://code.dlang.org/packages/dyaml-dlang-tour
**Note**: D:YAML 0.5 brings some **breaking changes**. See the
`changelog <https://github.com/kiith-sa/D-YAML/blob/master/CHANGES.rst>`_.