From 4447e687afe60f86a07840bee9c2c44156c9b5ac Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Fri, 10 May 2019 11:42:16 -0400 Subject: [PATCH] DOC: Separate "Next Steps" heading level from "Examples" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e55c2..bb902eb 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ touch submit.out && tail -f submit.out # Hit Ctrl+C to exit ``` -### Next Steps +## Next Steps Hopefully these examples have inspired you to use GNU Parallel to parallelize your code. Now you can: