Skip to content

Commit

Permalink
Merge pull request aaubry#561 from frankhommers/patch-2
Browse files Browse the repository at this point in the history
Fixed two headings
  • Loading branch information
aaubry authored Jan 14, 2021
2 parents 0bf02fd + c0dc116 commit 0a29074
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 @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0a29074

Please sign in to comment.