Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/vexx32/PSKoans into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Jul 25, 2018
2 parents aeecacc + 91c4ebe commit 1b7c6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Inspired by Chris Marinos's **fantastic** [F# koans](https://github.com/ChrisMar

When you first run the koans, you'll be presented with a runtime error and a stack trace indicating where the error occured. Your goal is to make the error go away. As you fix each error, you should learn something about the PowerShell language and programming / scripting in general.

Your journey towards PowerShell enlightenment starts in the `1_AboutAssertions.Tests.ps1` file. These koans will be very straightforward, so try not to overthink them! As you progress through the koans, more types of PowerShell syntax will be introduced which will allow you to solve more complicated problems and use more advanced techniques.
Your journey towards PowerShell enlightenment starts in the `1_AboutAssertions.Koans.ps1` file. These koans will be very straightforward, so try not to overthink them! As you progress through the koans, more types of PowerShell syntax will be introduced which will allow you to solve more complicated problems and use more advanced techniques.

## Prerequisites

Expand Down Expand Up @@ -57,4 +57,4 @@ Where `$Index` is simple an unsigned integer indicating the order in which the k

The goal of the koans is to help those who have very limited knowledge learn PowerShell. In order to do that, simplicity and accessibility are key. There are some advanced topics out there that deserve coverage, and in order to cover them effectively we need to deal with them as clearly and simply as possible.

If you just want to make a general comment or some recommendations, or if you want to suggest a koan topic to cover, feel free to submit your thoughts as an issue.
If you just want to make a general comment or some recommendations, or if you want to suggest a koan topic to cover, feel free to submit your thoughts as an issue.

0 comments on commit 1b7c6ce

Please sign in to comment.