Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mewriick authored Jun 12, 2019
1 parent 366a73f commit 70d0ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Blazor component for GoogleMap which allows to manipulate with GoogleMap just with C# language and no JS is required.

## IMPORTANT!
This is very very first prewview version and API it will increase and also documentation.
This is very very first preview version and API it will increase and also documentation.

# Instalation
[![NuGet Pre Release](https://img.shields.io/badge/nuget-0.0.1-orange.svg)](https://www.nuget.org/packages/Blazor.GoogleMap)
Expand All @@ -11,9 +11,9 @@ This is very very first prewview version and API it will increase and also docum
```cs
public void ConfigureServices(IServiceCollection services)
{
services.AddGoogleMaps(options =>
services.AddGoogleMaps(options =>
{
options.ApiKey = "Your Google Maps Api Key";
options.ApiKey = "Your Google Maps Api Key";
});
}
```
Expand Down

0 comments on commit 70d0ffb

Please sign in to comment.