Skip to content

Commit

Permalink
Fix README.md layout
Browse files Browse the repository at this point in the history
  • Loading branch information
thoeni committed May 15, 2016
1 parent 4bc841f commit 443df22
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 @@ -14,5 +14,5 @@ Mars Rover is an example of a nice Kata to be implemented with TDD style
- [x] Example: The rover is on a 100x100 grid at location (0, 0) and facing NORTH. The rover is given the commands "ffrff" and should end up at (2, 2).

###Solution
I've worked on this while studying TDD with Golang, since I've started a course on[Pluralsight](https://app.pluralsight.com/library/courses/go-testing-applications/table-of-contents)
I've worked on this while studying TDD with Golang, since I've started a course on [Pluralsight](https://app.pluralsight.com/library/courses/go-testing-applications/table-of-contents)
The solution is not meant to be complete but just a starting point for me :-)

0 comments on commit 443df22

Please sign in to comment.