diff --git a/README.md b/README.md index 1b22a28..ad4e077 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ Its interface is _supposed_ to be simple and is in process of documentation. Tha ### Install #### Composer install - composer create-project hassankhan/zepto + composer install hassankhan/zepto + +If that doesn't work, try setting ``minimum-stability`` to ``dev`` in your ``composer.json`` file. Then add the following to the top of your ``index.php`` file: diff --git a/TODO.md b/TODO.md index 6c516a6..41110fa 100644 --- a/TODO.md +++ b/TODO.md @@ -13,9 +13,6 @@ To-Do - Hooks - Extending Zepto -## Composer -- Decide whether to make a separate skeleton project that uses this or just to use this as is - ## Application - Abstract-ify Whoops