From 6ecb3c7f491f1b0ccbc41f8f140b5c0a210821e1 Mon Sep 17 00:00:00 2001 From: Alex Heritier Date: Mon, 9 Aug 2021 19:40:59 -0700 Subject: [PATCH] Typo fixes in readme.md --- devrel/crowdfunding/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devrel/crowdfunding/readme.md b/devrel/crowdfunding/readme.md index f4aec468b..fb3cca9cc 100644 --- a/devrel/crowdfunding/readme.md +++ b/devrel/crowdfunding/readme.md @@ -3,11 +3,11 @@ Example Algorand Smart Contract for Crowd Funding ## Description -This example is meant to illustrate how smart contracts work on Alogrand. It does not have full error checking and misses edge cases described in the issues section. This should not be considered production code and is meant for learning purposes only. +This example is meant to illustrate how smart contracts work on Algorand. It does not have full error checking and misses edge cases described in the issues section. This should not be considered production code and is meant for learning purposes only. Fund is created with the `1-createapp.sh` file. It sets a fund time of 2 minutes to raise the goal required. The idea is that there is a fund goal set, and for 2 minutes it will take donations. If the goal is reached the `4-claim.sh` will claim the fund for the receiver. If the fund goal is not made the `5-reclaim.sh` script can be executed to reclaim donations. Running just `2-donate.sh` shell script will donate half the goal. Running `3-donate2.sh` will donate additional funds to achieve the goal. ### Dependencies -This example currently uses a hard coded Aplicaiton ID and is meant to be ran with a private network. Use the `./startnet.sh` and `./stopnet.sh` to start and stop the private network. Make sure to start and stop the network between runs of the applicaiton. Your goal location may also need to be changed in the shell scripts. +This example currently uses a hard coded Application ID and is meant to be ran with a private network. Use the `./startnet.sh` and `./stopnet.sh` to start and stop the private network. Make sure to start and stop the network between runs of the application. Your goal location may also need to be changed in the shell scripts.