From 52a72385aa691cc855940ba4a52ec96d55ae41dc Mon Sep 17 00:00:00 2001
From: Ricthofen <jazzplato@gmail.com>
Date: Wed, 30 Jun 2021 01:00:47 -0400
Subject: [PATCH] Update the README.md for "rustlings hint next".

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 1b8ed56..ceb0634 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,12 @@ exercise:
 rustlings hint myExercise1
 ```
 
+You can also get the hint for the next unsolved exercise with the following command:
+
+``` bash
+rustlings hint next
+```
+
 To check your progress, you can run the following command:
 ```bash
 rustlings list