Skip to content

Commit

Permalink
Update build badge :D
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Nov 16, 2018
1 parent 9bcd8ce commit 3563a02
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 @@ -2,7 +2,7 @@

|Build Status|
| :---: |
| [![Build status](https://ci.appveyor.com/api/projects/status/komkhtba6v3n7iji?svg=true)](https://ci.appveyor.com/project/vexx32/pskoans) |
| [![Build Status](https://dev.azure.com/PSKoans-Vexx32/PSKoans/_apis/build/status/PSKoans%20CI)](https://dev.azure.com/PSKoans-Vexx32/PSKoans/_build/latest?definitionId=1) |

Inspired by Chris Marinos's **fantastic** [F# koans](https://github.com/ChrisMarinos/FSharpKoans), the goal of the PowerShell koans is to teach you PowerShell by presenting you with a set of questions. Each [kōan](https://en.wikipedia.org/wiki/K%C5%8Dan) (each question) is represented by a failing Pester test. Your goal is to make those tests pass by filling out the correct answer, or writing the correct code. The koans start very simple to get you familiar with the basic concepts and progress towards more difficult. Teaching you multiple beginner, intermediate and advanced aspects of PowerShell in the process.

Expand Down

0 comments on commit 3563a02

Please sign in to comment.