Skip to content

Commit

Permalink
Fixed two headings
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhommers authored Jan 14, 2021
1 parent 5c711e5 commit c0dc116
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 c0dc116

Please sign in to comment.