Skip to content

Commit 1b6a652

Browse files
fix typos in readme.md
1 parent 0a9c328 commit 1b6a652

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ The **Aignostics Python SDK** includes multiple pathways to interact with the
3030
View your results by launching popular tools such as [QuPath](https://qupath.github.io/) and Python Notebooks with one click.
3131
The app runs on Mac OS X, Windows, and Linux.
3232
2. Use the **Aignostics Command-line interface (CLI)** to run applications directly from your terminal or shell scripts.
33-
THe CLI lets you query public datasets from the [NCI Image Data Commons (IDC)](https://portal.imaging.datacommons.cancer.gov/),
33+
The CLI lets you query public datasets from the [NCI Image Data Commons (IDC)](https://portal.imaging.datacommons.cancer.gov/),
3434
process both public and private whole slide images, and easily download results. The CLI is available for Mac OS X, Windows, and Linux.
3535
3. Use the included **example notebooks** as starting points to run applications
36-
directly from your preferred notebook environment. We support Marimo and Jupyter based notebooks environments including Google Collab.
36+
directly from your preferred notebook environment. We support Marimo and Jupyter based notebooks environments including Google Colab.
3737
4. Use the **Aignostics Client Library** to seamlessly integrate the Aignostics Platform with your enterprise image management systems and scientific workflows.
3838
The client provides a simple way to access the Aignostics Platform API from your Python codebase. We support Python 3.11 and above.
3939

@@ -52,7 +52,7 @@ all releases, (3) achieving
5252
with
5353
[active scanning of dependencies](https://github.com/aignostics/python-sdk/issues/4),
5454
and (4) providing
55-
[extensive documentation](hhttps://aignostics.readthedocs.io/en/latest/). Read
55+
[extensive documentation](https://aignostics.readthedocs.io/en/latest/). Read
5656
more about how we achieve
5757
[operational excellence](https://aignostics.readthedocs.io/en/latest/operational_excellence.html) and
5858
[security](https://aignostics.readthedocs.io/en/latest/security.html).
@@ -61,7 +61,7 @@ more about how we achieve
6161

6262
> [!Note]
6363
> See as follows for a quick start guide to get you up and running with the Aignostics Python SDK as quickly as possible.
64-
> If you first want to learn bout the basic concepts and components of the Aignostics Platform skip to that section below.
64+
> If you first want to learn about the basic concepts and components of the Aignostics Platform skip to that section below.
6565
> The further reading section points you to reference documentation listing all available CLI commands, methods and classes provided by the client library, operations of the API, how we achieve operational excellence, security, and more.
6666
> If you are not familiar with terminology please check the glossary at the end of this document.
6767
@@ -114,7 +114,7 @@ uvx aignostics application run list
114114
uvx aignostics application run result download APPLICATION_RUN_ID
115115
```
116116

117-
For convenience the the `application run execute` command combines preparation, upload, submission and download.
117+
For convenience the `application run execute` command combines preparation, upload, submission and download.
118118
The below is equivalent to the above, while adding additionally required metadata using a mapping:
119119

120120
```shell
@@ -320,15 +320,15 @@ To start using the Aignostics Platform and its advanced applications, your organ
320320
> 1. All user accounts must be associated with your organization's official domain. We do not support the registration of private or personal email addresses.
321321
> 2. For security, Two-Factor Authentication (2FA) is mandatory for all user accounts.
322322
> 3. We can integrate with your IDP system (e.g. SAML, OIDC) for user authentication. Please contact us to discuss the integration.
323-
> 4. Registering your organistation typically takes 2 business days depending on the complexity of the signed business agreement and specific requirements.
323+
> 4. Registering your organisation typically takes 2 business days depending on the complexity of the signed business agreement and specific requirements.
324324
325325
### Console
326326

327327
The web-based [*Aignostics Console*](https://platform.aignostics.com) is a user-friendly interface that allows you to
328328
manage your organization, applications, quotas, and users registered with the Aignostics Platform.
329329

330330
1. The Console is available to users registered for your organisation to manage their profile and monitor usage of their quota.
331-
2. Administrators of your organization can invite additional users, manage the organisation and user specific quotas and monitor usage.
331+
2. Administrators of your organization can invite additional users, manage the organisation and user-specific quotas and monitor usage.
332332
3. Both roles can trigger application runs.
333333

334334
### Applications

0 commit comments

Comments
 (0)