Skip to content

Commit de120d6

Browse files
committed
docs: Move sponsor section up
1 parent 5410c25 commit de120d6

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ npm install yaml
2828

2929
**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.
3030

31+
The development and maintenance of this library is [sponsored](https://github.com/sponsors/eemeli) by:
32+
33+
<a href="https://www.scipress.io/">
34+
<img width=150 src="https://eemeli.org/yaml/images/scipress.svg" alt="Scipress" />
35+
</a>
36+
3137
## API Overview
3238

3339
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' })
142148

143149
---
144150

145-
`yaml` is [sponsored](https://github.com/sponsors/eemeli) by:
146-
147-
<a href="https://www.scipress.io/">
148-
<img width=150 src="https://eemeli.org/yaml/images/scipress.svg" alt="Scipress" />
149-
</a>
150-
151-
---
152-
153151
Browser testing provided by:
154152

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

0 commit comments

Comments
 (0)