diff --git a/exercises/practice/hello-world/GETTING_STARTED.md b/exercises/practice/hello-world/GETTING_STARTED.md index 767d42537..7ae584ca5 100644 --- a/exercises/practice/hello-world/GETTING_STARTED.md +++ b/exercises/practice/hello-world/GETTING_STARTED.md @@ -88,5 +88,5 @@ Once the test is passing, you can submit your code with the following command: ```sh -$ exercism submit src/lib.rs +$ exercism submit ```