From 54dac4f3396fae8ae13aa6ac11daeed33a23bd60 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Sat, 12 Sep 2020 13:31:02 +0300 Subject: [PATCH] Drop obsolete Travis CI badge from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb39f981..b6fff9e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# YAML +# YAML `yaml` is a JavaScript parser and stringifier for [YAML](http://yaml.org/), a human friendly data serialization standard. It supports both parsing and stringifying data using all versions of YAML, along with all common data schemas. As a particularly distinguishing feature, `yaml` fully supports reading and writing comments and blank lines in YAML documents.