Skip to content

Commit dfd93f9

Browse files
committed
DOCS : README.
1 parent 810e2db commit dfd93f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ title: StrictYAML
1111
{% endraw %}
1212
{% endif %}
1313

14-
StrictYAML is a [type-safe](https://en.wikipedia.org/wiki/Type_safety) YAML parser
15-
that parses and validates a [restricted subset](features-removed) of the [YAML](what-is-yaml)
14+
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)
1615
specification.
1716

1817
Priorities:
@@ -25,6 +24,8 @@ Priorities:
2524
- Ability to read in YAML, make changes and write it out again with comments preserved.
2625
- [Not speed](why/speed-not-a-priority), currently.
2726

27+
I built it largely so I could [write integration tests with it](https://github.com/hitchdev/hitchstory).
28+
2829
{% for story in quickstart %}
2930
{{ story.name }}:
3031
{% if 'yaml_snippet' in story.data['given'] %}

0 commit comments

Comments
 (0)