Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit e1f3335

Browse files
authored
Update README.md
1 parent e650c21 commit e1f3335

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Code Layout](https://github.com/MerginMaps/mergin-cpp-client/workflows/Code%20Layout/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions?query=workflow%3A%22Code+Layout%22)
2-
[![Linux Build](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/linux.yml/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/linux.yml)
3-
[![Windows Build](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/windows.yml/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/windows.yml)
4-
[![macOS Build](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/macos.yml/badge.svg)](https://github.com/MerginMaps/mergin-cpp-client/actions/workflows/macos.yml)
1+
[![Code Layout](https://github.com/MerginMaps/cpp-api-client/workflows/Code%20Layout/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions?query=workflow%3A%22Code+Layout%22)
2+
[![Linux Build](https://github.com/MerginMaps/cpp-api-client/actions/workflows/linux.yml/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions/workflows/linux.yml)
3+
[![Windows Build](https://github.com/MerginMaps/cpp-api-client/actions/workflows/windows.yml/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions/workflows/windows.yml)
4+
[![macOS Build](https://github.com/MerginMaps/cpp-api-client/actions/workflows/macos.yml/badge.svg)](https://github.com/MerginMaps/cpp-api-client/actions/workflows/macos.yml)
55

66
# Mergin Maps Cpp Client
77

@@ -10,7 +10,7 @@ service and a command-line tool for easy access to data stored in Mergin Maps.
1010

1111
<div><img align="left" width="45" height="45" src="https://raw.githubusercontent.com/MerginMaps/docs/main/src/.vuepress/public/slack.svg"><a href="https://merginmaps.com/community/join">Join our community chat</a><br/>and ask questions!</div><br />
1212

13-
Note: Check also [Mergin Maps Python Client](https://github.com/MerginMaps/mergin-py-client)
13+
Note: Check also [Mergin Maps Python Client](https://github.com/MerginMaps/python-api-client)
1414

1515
## Command-line Tool
1616

@@ -77,4 +77,4 @@ For running test do:
7777
export TEST_API_USERNAME=<username>
7878
export TEST_API_PASSWORD=<pwd>
7979
./tests.bash <path_to>/mergin
80-
```
80+
```

0 commit comments

Comments
 (0)