diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17c52ce..c0279f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,8 @@ If you're adding a new example, please do create an issue to discuss it before s You can use the following template for adding a new example:
-### ▶ Some fancy Title
+### ▶ Some fancy Title *
+The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
 
 ```py
 # Setting up the code.
diff --git a/README.md b/README.md
index d615399..84d7de0 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,8 @@ So, here ya go...
 
 All the examples are structured like below:
 
-> ### Some fancy Title
+> ### ▶ Some fancy Title *
+> The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
 > 
 > ```py
 > # Setting up the code.