tracks/csharp/exercises/word-search/README.md in trackler-2.2.1.104 vs tracks/csharp/exercises/word-search/README.md in trackler-2.2.1.105

- old
+ new

@@ -31,11 +31,8 @@ One of the uses of Tuples is returning multiple values from a function. In this exercise, write a function that returns a Tuple (the x- and y- part of a coordinate). For more information on Tuples, see [this link](https://msdn.microsoft.com/en-us/library/system.tuple(v=vs.110).aspx). -### Submitting Exercises - -Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/word-search` directory. ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.