From 107594ef717409e0c0b40e98b2332c5a9de1a206 Mon Sep 17 00:00:00 2001 From: Alexandra Bucha Rasova <94905350+alex-cit@users.noreply.github.com> Date: Sun, 22 Jun 2025 07:16:23 +0200 Subject: [PATCH] Jupyter notebooks - Update README.md --- examples/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index b41a1979..e4e953ae 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,10 +5,10 @@ Here you can find some tailored Jupyter Notebooks examples on how to interact wi These examples are split into scenarios in order to highlight some of the core capabilities of the Mergin Maps API. ## [Scenario 1](01_users.ipynb) - Users Management -On this scenario you'll create some random users from an existing CSV into Mergin Maps, change user's `ROLE` on a `WORKSPACE` and `PROJECT` perspective as well remove user's from a specific project. +In this scenario you'll create some random users from an existing CSV into Mergin Maps, change user's `ROLE` on a `WORKSPACE` and `PROJECT` perspective as well remove a user from a specific project. -## [Scenario 2](02_sync.ipynb) - Synchronization -On this scenario you'll learn on how to do basic synchronisation (`PUSH`, `PULL`) of projects with the Mergin Maps Python API client. +## [Scenario 2](02_sync.ipynb) - Synchronisation +In this scenario you'll learn how to do basic synchronisation (`PUSH`, `PULL`) of projects with the Mergin Maps Python API client. ## [Scenario 3](03_projects.ipynb) - Projects Management -On this scenario you'll learn how to manage project with the Mergin Maps Python API client, namely how to clone projects and how to separate team members in isolated projects from the cloned template. \ No newline at end of file +In this scenario you'll learn how to manage projects with Mergin Maps Python API client, namely how to clone projects and how to separate team members in isolated projects from the cloned template.