Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mewriick committed Jun 16, 2019
2 parents 7decd5e + 524e087 commit ddbba59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
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)
[![NuGet Pre Release](https://img.shields.io/badge/nuget-0.0.1-orange.svg)](https://www.nuget.org/packages/BlazorMap)

# Setup
```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 ddbba59

Please sign in to comment.