From 9f05e5fca48bf598d4c36f241a7f67855bbf3683 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 13 Mar 2024 12:18:39 +0100 Subject: [PATCH] Minor readme adjustments --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f435818d..bd9cf5d0 100644 --- a/README.md +++ b/README.md @@ -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