summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2014-09-29 12:04:27 +1000
committerCarlo Zancanaro <carlo@zancanaro.id.au>2014-09-29 12:04:27 +1000
commit1062e09e0359019509728f132539f4604efe5bf8 (patch)
tree23d9e9e91f49a2f261119c5f49454314aeae5a69
parent29b37b3259dfedd5d83921e7eb5df31ae63fd6ee (diff)
Ha ha! I know Markdown, promise!
-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.