diff --git a/README.md b/README.md
index 3b75c36..8fa19ac 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
# Uniswap V3 Development Book
-
+
+
+
+
+
+READ ONLINE | PRINT OR SAVE AS PDF
This book will teach how to develop an advanced decentralized application! Specifically, we'll be building a clone of
@@ -105,16 +110,4 @@ To run the book locally:
```shell
$ hugo server -D
```
-1. Visit http://localhost:1313/ (or whatever URL the previous command outputs!)
-
-
-### TODO
-1. Milestone 2, Tick Bitmap Index: what happens when there are no ticks? Will it keep looping until it reaches max/min tick?
-1. Milestone 3: liquidity management
-1. Somewhere: clarify that sqrtP has better precision than ticks and that current price is never computed from current tick.
-1. Add dark mode (with images)
-1. Make a PDF
-1. Add Next/Back buttons to the bottom of pages.
-1. Ideas for Extras:
- 1. Tick math implementation. Explanation of the math in [TickMath](https://github.com/Uniswap/v3-core/blob/main/contracts/libraries/TickMath.sol) contract.
- 1. Breakdown of the alpha-router: https://github.com/Uniswap/swap-router-contracts
+1. Visit http://localhost:1313/ (or whatever URL the previous command outputs!)
\ No newline at end of file