From c0dc116678c9240232c49cd606ec5777755cdf86 Mon Sep 17 00:00:00 2001 From: Frank Hommers Date: Thu, 14 Jan 2021 17:18:54 +0100 Subject: [PATCH] Fixed two headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a59190c27..a4a6b8530 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The library is compatible with mono's [Ahead-of-Time compilation](https://www.mo Here are some quick samples to get you started which can be viewed in [this fiddle](https://dotnetfiddle.net/CQ7ZKi). -### Serialization to a string +### Serialization from an object to a string ```c# using YamlDotNet.Serialization; @@ -91,7 +91,7 @@ System.Console.WriteLine(yaml); // zip: 20500 ``` -### Serialisation to a string +### Deserialization from a string to an object ```c# using YamlDotNet.Serialization;