diff --git a/README.md b/README.md
index e373436..0d3e14f 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ Interested in UI and animations in `UIKit`? See project [awesome-ios-ui](https:/
## Navigate
- [Transition And Blur](#transition-and-blur)
+- [2048 Game](#2048-game)
- [SFSymbols](#sfsymbols)
- [Calculator](#calculator)
- [Creating And Combining Views](#creating-and-combining-views)
- [Building Lists And Navigation](#building-lists-and-navigation)
- [Handling User Input](#handling-user-input)
- [WWDCPlayer](#WWDCPlayer)
-- [2048 Game](#2048-game)
- [Composing Complex Interfaces](#composing-complex-interfaces)
- [Working With UIControls](#working-with-uicontrols)
- [Example To-Do App](#example-to-do-app)
@@ -48,6 +48,10 @@ Also include:
+#### 2048 Game
+
+
+
#### SFSymbols
@@ -72,10 +76,6 @@ Also include:
-#### 2048 Game
-
-
-
#### Composing Complex Interfaces
diff --git a/Resources/2048game.png b/Resources/2048game.png
old mode 100755
new mode 100644
index 1a803fc..9982845
Binary files a/Resources/2048game.png and b/Resources/2048game.png differ