diff --git a/README.md b/README.md
index 285dab2..109b3e2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,19 @@
# altsource-viewer
-Simple tool to view AltStore source.
+View your favorite AltStore source.
-A fork of https://github.com/therealFoxster/altsource.
+## Get Started
+Simply paste in the URL of an AltStore source to begin. [Try it here](https://therealfoxster.github.io/altsource-viewer/search)!
+
+> **Note**: If a source can't be viewed, it is highly likely due to a CORS restriction set by the server hosting the JSON file. To my knowledge, a JSON file hosted on GitHub (via GitHub Pages) does not have this problem. Regardless, feel free to open a new issue if you find any.
+
+## Handy Tip
+When linking to a particular page, you can omit the `.html` extension completely.
+
+For instance:
+* https://therealfoxster.github.io/altsource-viewer/apps.html?source=https://therealfoxster.github.io/altsource/apps.json
+* https://therealfoxster.github.io/altsource-viewer/apps?source=https://therealfoxster.github.io/altsource/apps.json
+
+both lead to the same page.
## Preview




