Skip to content

Commit

Permalink
Merge pull request #273 from SethTisue/patch-1
Browse files Browse the repository at this point in the history
Minor readme adjustments
  • Loading branch information
tgodzik committed Mar 13, 2024
2 parents 71dba91 + 9f05e5f commit 292f042
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -2,18 +2,18 @@

![Example](./docs/_assets/Scala_YAML_red.svg)

Scala Yaml is written in Scala, dependency-free library that allows to work with the [YAML](https://yaml.org/spec/1.2.2/).
Scala Yaml is a dependency-free Scala library that allows you to work with [YAML](https://yaml.org/spec/1.2.2/).

The goal of this project is to create idiomatic library which:
The goal of this project is to create an idiomatic library which:
* provides compile time type safety
* semiautomatically derives codecs instances
* have explicit error handling and helpful error messages
* semiautomatically derives codec instances
* has explicit error handling and helpful error messages
* cross compiles to [Scala.js](http://www.scala-js.org/) and [Scala Native](https://github.com/scala-native/scala-native) (waiting for Scala 3 support in SN)

Please see the [guide](https://virtuslab.github.io/scala-yaml/docs/) for more information

# Help us create our roadmap!
Take part in our [discussions](https://github.com/VirtusLab/scala-yaml/discussions), post your ideas, vote for feature requests and have a real impact on how our next milestone will look like!
Take part in our [discussions](https://github.com/VirtusLab/scala-yaml/discussions), post your ideas, vote for feature requests, and have a real impact on how our next milestone will look like!

# Usage

Expand Down

0 comments on commit 292f042

Please sign in to comment.