Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matigramirez committed Oct 9, 2023
1 parent 1266742 commit 77a1854
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[![Nuget](https://img.shields.io/nuget/v/Parsec.svg)](https://www.nuget.org/packages/Parsec/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

`Parsec` is a simple .NET file parsing library for `Shaiya` file formats which provides easy to use APIs
for serialization and deserialization of the game's file formats, as well as JSON and CSV support.
`Parsec` is a simple .NET parsing library for `Shaiya` file formats which provides easy to use APIs
for serialization and deserialization of the game's file formats, including JSON and CSV support.

Parsec works on any .NET Standard 2.0 compliant platform, including .NET 7.0, .NET Framework 4.6.1+, .NET Core 2.0+,
Unity's Mono and Godot (C# version).
Unity's Mono and Godot.

## Supported file formats

Expand Down Expand Up @@ -176,8 +176,6 @@ item.WriteCsv("Item.csv")
When writing files, the default encoding is `ASCII`. If you want to write a file with a different encoding, you can
specify it as a parameter when calling the `Write`, `WriteJson` and `WriteCsv` methods.

```cs

## Samples

### `sah/saf`
Expand Down

0 comments on commit 77a1854

Please sign in to comment.