diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2014-09-29 12:04:27 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@zancanaro.id.au> | 2014-09-29 12:04:27 +1000 |
commit | 1062e09e0359019509728f132539f4604efe5bf8 (patch) | |
tree | 23d9e9e91f49a2f261119c5f49454314aeae5a69 | |
parent | 29b37b3259dfedd5d83921e7eb5df31ae63fd6ee (diff) |
Ha ha! I know Markdown, promise!
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |