Skip to content

Commit

Permalink
docs: Move sponsor section up
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 28, 2024
1 parent 5410c25 commit de120d6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -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:

<a href="https://www.scipress.io/">
<img width=150 src="https://eemeli.org/yaml/images/scipress.svg" alt="Scipress" />
</a>

## 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).
Expand Down Expand Up @@ -142,14 +148,6 @@ YAML.stringify({ number: 3, plain: 'string', block: 'two\nlines\n' })

---

`yaml` is [sponsored](https://github.com/sponsors/eemeli) by:

<a href="https://www.scipress.io/">
<img width=150 src="https://eemeli.org/yaml/images/scipress.svg" alt="Scipress" />
</a>

---

Browser testing provided by:

<a href="https://www.browserstack.com/open-source">
Expand Down

0 comments on commit de120d6

Please sign in to comment.