Skip to content

Commit

Permalink
Merge pull request #543 from Jalalx/patch-1
Browse files Browse the repository at this point in the history
fixed an small issue in README file
  • Loading branch information
aaubry committed Nov 19, 2020
2 parents 7714d0d + 6eac2b7 commit 72ab607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ var objectToSerialize;
...
var serializer = new SerializerBuilder().Build();
//yaml contains a string containing your YAML
var yaml = serializer.Serialize(receipt);
var yaml = serializer.Serialize(objectToSerialize);
```

## More information
Expand Down

0 comments on commit 72ab607

Please sign in to comment.