From 8eae02da8a65455f0f1e295276a46f4a8f5f2b1a Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Thu, 16 Jan 2025 14:28:25 +0300 Subject: [PATCH] Fix spelling and capitalization errors in documentation - Corrected "python" to "Python" - Fixed "millionaires_problem_example" to "millionaire's_problem_example" --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 996460f0..1a4a9292 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Nillion Python Starter +# Nillion Python Starter Welcome to the start of your Nillion developer journey. -This repo corresponds to the Nillion Python quickstart. To get started with Nillion head over to the [Python QuickStart docs](https://docs.nillion.com/python-quickstart) and follow the quickstart guide. +This repo corresponds to the Nillion Python quickstart. To get started with Nillion head over to the [Python QuickStart docs](https://docs.nillion.com/Python-quickstart) and follow the quickstart guide. -For more python examples, check out https://github.com/NillionNetwork/python-examples which contains the following: +For more Python examples, check out https://github.com/NillionNetwork/Python-examples which contains the following: - core_concept_multi_party_compute - core_concept_permissions - core_concept_single_party_compute - core_concept_store_and_retrieve_secrets -- millionaires_problem_example +- millionaire's_problem_example - nada_programs - voting_tutorial