Skip to content

Commit

Permalink
updated paths and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Feb 9, 2013
1 parent c0bc0f7 commit 7979cdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Ember.js + deppy[TodoMVC](http://todomvc.com)
# Deppy + Ember.js[TodoMVC](http://todomvc.com)


## Running tests
## Alpha Alpha Alpha

I am currently working on publishing everything. This repo contains a working solution, proof of concept, for the elegant Deppy dependency management system.

Follow the action in the [Deppy repo](https://github.com/thanpolas/deppy).

To fire specs runner, append `#specs` to the url in address bar, and reload the webpage.


## Credit
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script data-main="Todos.app" src="../../dist/deppy.js"></script>
<script data-main="Todos.app" src="js/lib/deppy/deppy.js"></script>
</body>
</html>

0 comments on commit 7979cdf

Please sign in to comment.