Updates the README files for various exercises#696
Updates the README files for various exercises#696ErikSchierboom merged 2 commits intoexercism:masterfrom
Conversation
Ran the `update-docs.sh` script to update the README files and apply any patches that were necessary.
|
@ErikSchierboom I changed my mind, a batch of README updates is just easier. Having individual PR's for each would just be too much overhead. |
|
|
||
| To run the tests, run the command `dotnet test` from within the exercise directory. | ||
|
|
||
| ### Laziness test |
There was a problem hiding this comment.
This is odd. I would have expected this patch to be included. Would you mind looking into why this patch did not get included?
There was a problem hiding this comment.
It looks like the patch failed to apply. Updating the docs with the update-docs.sh script removes the Laziness test section entirely and that patch file only updates the wording of that section. I'll see what I can do to update that patch file for the change to be applied correctly.
|
@ErikSchierboom The patch file should be fixed now. |
|
It looks like there have been updates to |
|
I can just squash and merge from the GitHub GUI, which I just did. Thanks for doing this! |
Ran the
update-docs.shscript to update the README files and apply any patches that were necessary.