tracks/csharp/exercises/complex-numbers/README.md in trackler-2.2.1.103 vs tracks/csharp/exercises/complex-numbers/README.md in trackler-2.2.1.104

- old
+ new

@@ -31,12 +31,11 @@ Assume the programming language you are using does not have an implementation of complex numbers. ### Submitting Exercises -Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/<exerciseName>` directory. +Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/complex-numbers` directory. -For example, if you're submitting `bob.cs` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/csharp/bob/bob.cs`. ## Source Wikipedia [https://en.wikipedia.org/wiki/Complex_number](https://en.wikipedia.org/wiki/Complex_number) ## Submitting Incomplete Solutions