summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5b11d47..a5055c1 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-* Scorpion
+# Scorpion
-** What is it?
+## What is it?
Scorpion is a simple dependency injection framework for
Javascript. It provides the ability to both construct and destroy
dependencies, as well as injecting a wide variety of things
(extensible via "plugins").
-** How do I use it?
+## How do I use it?
Just include `scorpion.js` or `scorpion.min.js` in your page to get
started.