Skip to content

Commit e78c080

Browse files
Adding link to functional tests
1 parent 56ffe1d commit e78c080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![.NET Core](https://github.com/blackboxlogic/OsmApiClient/workflows/.NET%20Core/badge.svg?branch=master)
1+
![Build is](https://github.com/blackboxlogic/OsmApiClient/workflows/.NET%20Core/badge.svg?branch=master)
22
# OsmApiClient
33
This is a simple C# client to allow using [OSM API](https://wiki.openstreetmap.org/wiki/API_v0.6) easily.
44
Please read the API's documentation and use it responsibly. Misuse can have an adverse affect on the OSM ecosystem.
@@ -33,7 +33,7 @@ node.Version = await client.DeleteElement(changeSetId, node);
3333
await client.CloseChangeset(changeSetId);
3434
```
3535

36-
See the tests for examples of each operation.
36+
See the [functional tests](https://github.com/blackboxlogic/OsmApiClient/blob/master/FunctionalTests/Tests.cs) for examples of each operation.
3737

3838
# Supported Operations
3939

0 commit comments

Comments
 (0)