diff --git a/README.md b/README.md
index ed8a83b..e44cb67 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ It is a pure Blazor implementation.
## Screenshots
-{ width=250px }
-{ width=250px }
-]{ width=250px }
+{ width=250px }
+{ width=250px }
+{ width=250px }
## Installation
@@ -20,12 +20,15 @@ You can install the package from NuGet:
dotnet add package BlazorOpenApi
```
-Source code:
-```bash
-Github: https://github.com/unclshura/BlazorOpenApi
-HTTPS: https://github.com/unclshura/BlazorOpenApi.git
-SSH: git@github.com:unclshura/BlazorOpenApi.git
-```
+## Source code
+
+|What |Where |
+|--------|------------------------------------------------|
+| Github | https://github.com/unclshura/BlazorOpenApi |
+| HTTPS | https://github.com/unclshura/BlazorOpenApi.git |
+| SSH | git@github.com:unclshura/BlazorOpenApi.git |
+| NuGet | https://www.nuget.org/packages/BlazorOpenApi/ |
+
## Features
@@ -44,12 +47,12 @@ To use the component, add the following line to your `_Imports.razor` file:
@using BlazorOpenApi.Controls
```
Then, you can use the component in your Blazor application:
-```razor
+```c#
```
To customize the palette you can use something like this:
-```razor
+```c#
@code {