diff --git a/README.md b/README.md index 61ba6bc..972bb59 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Developed as a free alternative of [ObjectDumper.NET](https://github.com/thomasg [![nuget version](https://img.shields.io/badge/Nuget-v0.2.12-blue)](https://www.nuget.org/packages/VarDump) [![nuget downloads](https://img.shields.io/nuget/dt/VarDump?label=Downloads)](https://www.nuget.org/packages/VarDump) -# C# Dumper: +## C# Dumper:

Run .NET fiddle

```csharp @@ -21,7 +21,7 @@ Console.WriteLine(cs); var vb = new VisualBasicDumper().Dump(anonymousObject); Console.WriteLine(vb); ``` -# C# & VB Dumper, how to use DumpOptions: +## C# & VB Dumper, how to use DumpOptions:

Run .NET fiddle

```csharp @@ -51,7 +51,7 @@ class Person } ``` -# Object Extension methods: +## Object Extension methods:

Run .NET fiddle

```csharp @@ -72,7 +72,7 @@ var dictionary = new[] Console.WriteLine(dictionary.Dump(DumpOptions.Default)); ``` -# Object Extension methods, how to switch default dumper to VB: +## Object Extension methods, how to switch default dumper to VB:

Run .NET fiddle

```csharp