diff --git a/README.md b/README.md
index 9576e73..71e8b3f 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f
|[Generating Mazes](https://github.com/norvig/pytudes/blob/master/ipynb/Maze.ipynb)
*Make a maze by generating a random tree superimposed on a grid.*|
|[Can't Stop](https://github.com/norvig/pytudes/blob/master/ipynb/Cant-Stop.ipynb)
*Optimal play in a dice board game.*|
|[Bike Speed Versus Grade](https://github.com/norvig/pytudes/blob/master/ipynb/Bike%20Speed%20versus%20Grade.ipynb)
*How fast can I bike as the route gets steeper?*|
+|[Properly Ordered Card Hands](https://github.com/norvig/pytudes/blob/master/ipynb/Orderable%20Cards.ipynb)
*Can you get your hand of cards into a nice order with just one move?*|
|Logic and Number Puzzles|
|---|