Skip to content

Commit 3fa1dc1

Browse files
committed
2 parents 5fa1afe + ee4a965 commit 3fa1dc1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 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

@@ -96,3 +96,6 @@ See the tests for examples of each operation.
9696
- :new_moon: Comment on a note
9797
- :new_moon: Close a note
9898
- :new_moon: ReOpen a note
99+
100+
# Contribute
101+
Issues and pull requests are welcome.

0 commit comments

Comments
 (0)