Made Grammatical Fixes for Readme Instructions
This commit is contained in:
		| @@ -10,11 +10,11 @@ This is a calculator written in Go to process a text file of a large list of UPC | |||||||
| 2. Copy the binary into that directory. | 2. Copy the binary into that directory. | ||||||
| #### Prepare Text File | #### Prepare Text File | ||||||
| 1. Open a Text Editor and Paste UPCs (taking care to remove any Alphabet characters). | 1. Open a Text Editor and Paste UPCs (taking care to remove any Alphabet characters). | ||||||
| 2. Save the file with any name you want ending in .txt or .csv in the directory where you put the program. (ie: upcs.txt) | 2. Save the file with any name you want ending in .txt or .csv in the directory where you put the program. (i.e. upcs.txt) | ||||||
| #### Run the program | #### Run the Program | ||||||
| 1. Copy the location of the directory from File Explorer | 1. Copy the location of the directory from File Explorer | ||||||
| 2. Open cmd.exe or PowerShell | 2. Open cmd.exe or PowerShell | ||||||
| 3. type "cd " (don't forget the space) and press Shift+Insert (or Right Click) and press Enter. | 3. type "cd " (don't forget the space) and press Shift+Insert (or Right Click) and press Enter. | ||||||
| 4. Back in the commandline program type checkdigitcalc.exe (I like to type check and then press tab). | 4. Back in the command line program type checkdigitcalc.exe (I like to type check and then press tab). | ||||||
| 5. The program will ask for the name of the file. Type the name of the text file you created including the extension (.txt or .csv) (ie. upcs.txt) | 5. The program will ask for the name of the file. Type the name of the text file you created including the extension (.txt or .csv) (i.e. upcs.txt) | ||||||
| 6. When the program finishes, it will exit. Open the answer.txt file that was produced/rewritten by the program. | 6. When the program finishes, it will exit. Open the answer.txt file that was produced/rewritten by the program. | ||||||
		Reference in New Issue
	
	Block a user