Skip to content

Commit

Permalink
Merge pull request learn-co-students#7 from faiyamTestFS32/faiyamTest…
Browse files Browse the repository at this point in the history
…FS32-1444669931

typo fix (executable)
  • Loading branch information
AnnJohn committed Oct 15, 2015
2 parents b3721ba + 030e926 commit 5cf47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Let's take a moment to review:

### The `bin` Directory

The `bin` directory holds our **exectuable** file. This file is responsible for running the program. It contains code that actually enacts the command line interaction - i.e. greeting the user, asking the user for input, storing that input and then acting on it.
The `bin` directory holds our **executable** file. This file is responsible for running the program. It contains code that actually enacts the command line interaction - i.e. greeting the user, asking the user for input, storing that input and then acting on it.

### The `lib` Directory

Expand Down

0 comments on commit 5cf47ef

Please sign in to comment.