Skip to content

Commit 0b46752

Browse files
committed
fixing docs
1 parent 698be9a commit 0b46752

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/Fable.ReactGoogleMaps/Fable.ReactGoogleMaps.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>0.2.2</Version>
4+
<Version>0.3.0</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</PropertyGroup>

src/Fable.ReactGoogleMaps/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@ let myMap =
4242

4343
Google Maps allows you to activate the traffic layer. The map component has a simple property for that:
4444

45-
let myMap =
46-
googleMap [
47-
MapProperties.ApiKey googleMapApiKey
48-
// ..
49-
MapProperties.ShowTrafficLayer true ]
45+
46+
```fs
47+
let myMap =
48+
googleMap [
49+
MapProperties.ApiKey googleMapApiKey
50+
// ..
51+
MapProperties.ShowTrafficLayer true ]
52+
```
5053

5154
## Markers
5255

0 commit comments

Comments
 (0)