Skip to content

Commit

Permalink
chore: Add sponsorship by Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Oct 8, 2024
1 parent 1491c20 commit 28dc0a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@ npm install yaml

The development and maintenance of this library is [sponsored](https://github.com/sponsors/eemeli) by:

<div style="display: flex; justify-content: space-around">

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

<a href="https://manifest.build/">
<img width=150 src="https://eemeli.org/yaml/images/manifest.png" alt="Manifest" />
</a>

</div>

## 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
2 changes: 1 addition & 1 deletion docs-slate

0 comments on commit 28dc0a4

Please sign in to comment.