diff --git a/README.md b/README.md index 053feea5..25c273d7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ npm install yaml **Note:** These docs are for `yaml@2`. For v1, see the [v1.10.0 tag](https://github.com/eemeli/yaml/tree/v1.10.0) for the source and [eemeli.org/yaml/v1](https://eemeli.org/yaml/v1/) for the documentation. +The development and maintenance of this library is [sponsored](https://github.com/sponsors/eemeli) by: + + +Scipress + + ## API Overview The API provided by `yaml` has three layers, depending on how deep you need to go: [Parse & Stringify](https://eemeli.org/yaml/#parse-amp-stringify), [Documents](https://eemeli.org/yaml/#documents), and the underlying [Lexer/Parser/Composer](https://eemeli.org/yaml/#parsing-yaml). @@ -142,14 +148,6 @@ YAML.stringify({ number: 3, plain: 'string', block: 'two\nlines\n' }) --- -`yaml` is [sponsored](https://github.com/sponsors/eemeli) by: - - -Scipress - - ---- - Browser testing provided by: