Skip to content

Commit f776ed3

Browse files
author
Petr Sramek
committed
updated README.md
1 parent df0ac67 commit f776ed3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# .NET Polyline Algorithm (.NET Standard 2.0)
1+
# .NET Polyline Algorithm (.NET Standard 2.1)
22

3-
Lightweight .NET Standard 2.0 library implementing <a href="https://developers.google.com/maps/documentation/utilities/polylinealgorithm">Google Polyline Algorithm</a>. Designed with respect to flexibility, but still with easy to use.
3+
Lightweight high=performance .NET Standard 2.1 library implementing <a href="https://developers.google.com/maps/documentation/utilities/polylinealgorithm">Google Polyline Algorithm</a>.
44

55
## Prerequisites
66

7-
.NET Polyline Algorithm is avalable as nuget package <a href="https://www.nuget.org/packages/Cloudikka.PolylineAlgorithm/">Cloudikka.PolylineAlgorithm</a> targeting .NET Standard 2.0.
7+
.NET Polyline Algorithm is avalable as a NuGet package <a href="https://www.nuget.org/packages/PolylineAlgorithm/">PolylineAlgorithm</a> targeting .NET Standard 2.1.
88

99
Command line:
1010

11-
`Install-Package Cloudikka.PolylineAlgorithm`
11+
`Install-Package PolylineAlgorithm`
1212

1313
NuGet Package Manager:
1414

15-
`Cloudikka.PolylineAlgorithm`
15+
`PolylineAlgorithm`
1616

1717
## Hot to use it
1818

0 commit comments

Comments
 (0)