Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Nov 6, 2023
1 parent ef5ad91 commit 897e4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var data = kv.Deserialize(stream, options);

## Deserializing binary

Essentially the same text, just change `KeyValues1Text` to `KeyValues1Binary`.
Essentially the same as text, just change `KeyValues1Text` to `KeyValues1Binary`.

## Serializing to text

Expand Down Expand Up @@ -99,4 +99,4 @@ kv.Serialize(stream, data, "root object name");

## Serializing to binary

Essentially the same text, just change `KeyValues1Text` to `KeyValues1Binary`.
Essentially the same as text, just change `KeyValues1Text` to `KeyValues1Binary`.

0 comments on commit 897e4b0

Please sign in to comment.