diff --git a/docs/src/index.md b/docs/src/index.md index 6d7cfdb..01a3757 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -11,8 +11,7 @@ title: StrictYAML {% endraw %} {% endif %} -StrictYAML is a [type-safe](https://en.wikipedia.org/wiki/Type_safety) YAML parser -that parses and validates a [restricted subset](features-removed) of the [YAML](what-is-yaml) +StrictYAML is a [type-safe](https://en.wikipedia.org/wiki/Type_safety) YAML parser that parses and validates a [restricted subset](features-removed) of the [YAML](what-is-yaml) specification. Priorities: @@ -25,6 +24,8 @@ Priorities: - Ability to read in YAML, make changes and write it out again with comments preserved. - [Not speed](why/speed-not-a-priority), currently. +I built it largely so I could [write integration tests with it](https://github.com/hitchdev/hitchstory). + {% for story in quickstart %} {{ story.name }}: {% if 'yaml_snippet' in story.data['given'] %}