From e7131aafa9ce76cb745971b382e5ddf6b68521d4 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Wed, 6 Aug 2014 18:06:42 +0200 Subject: [PATCH] Very minor README fix. --- README.html | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.html b/README.html index 5fa2038..2dd91a2 100644 --- a/README.html +++ b/README.html @@ -353,7 +353,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on

D:YAML is designed to be easy to use while supporting the full feature set of YAML. To start using it in your project, see the Getting Started -tutorial and the API documentation.

+tutorial and the documentation.

D:YAML is still a work in progress. Its API is not stable and there might be compatibility breaking changes.

@@ -424,7 +424,7 @@ There are no plans to implement this at the moment. tutorial and other tutorials that can be found at the GitHub wiki and in the doc/html/tutorials/ directory in the package. -For advanced usage, see the API documentation.

+For advanced usage, see the documentation.

License

diff --git a/README.rst b/README.rst index 14c73eb..a75b3fa 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on D:YAML is designed to be easy to use while supporting the full feature set of YAML. To start using it in your project, see the `Getting Started `_ -tutorial and the `API documentation `_. +tutorial and the `documentation `_. D:YAML is still a work in progress. Its API is not stable and there might be compatibility breaking changes. @@ -76,7 +76,7 @@ See the tutorial and other tutorials that can be found at the `GitHub wiki `_ and in the ``doc/html/tutorials/`` directory in the package. -For advanced usage, see the `API documentation `_. +For advanced usage, see the `documentation `_. -------