diff --git a/README.md b/README.md index 4630ab2..5b3fc32 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,25 @@ ## Events -[basics](events/basics.md) -[bubbling](events/bubbling.md) -[input events](events/input.md) +* [Basics](events/basics.md) +* [Bubbling](events/bubbling.md) +* [Input events](events/input.md) ## Modular JS -[JavaScript Module Patterns](modules) -[Hoisting](hoisting) -[Webpack](webpack) +* [Module Patterns](modular_js/modules.md) +* [Hoisting](modular_js/hoisting.md) +* [Webpack](modular_js/webpack.md) ## AJAX -[Ajax](ajax) -[Promises](promises) -[Mocking Ajax Requests](mocking-ajax) +* [Basics](ajax/basics.md) +* [Promises](ajax/promises.md) +* [Mocking Ajax Requests](ajax/mocking.md) ## HTML 5 -[Forms and validation](forms) -[Offline events](offline) -[local storage](storage) -[HTML5 APIs](apis) +* [Forms and validation](html5/forms.md) +* [Offline events](html5/offline.md) +* [local storage](html5/storage.md) +* [HTML5 APIs](html5/apis.md) diff --git a/ajax/README.md b/ajax/basics.md similarity index 100% rename from ajax/README.md rename to ajax/basics.md diff --git a/forms/README.md b/ajax/mocking.md similarity index 100% rename from forms/README.md rename to ajax/mocking.md diff --git a/hoisting/README.md b/ajax/promises.md similarity index 100% rename from hoisting/README.md rename to ajax/promises.md diff --git a/mocking-ajax/README.md b/html5/forms.md similarity index 100% rename from mocking-ajax/README.md rename to html5/forms.md diff --git a/modules/README.md b/html5/offline.md similarity index 100% rename from modules/README.md rename to html5/offline.md diff --git a/offline/README.md b/html5/storage.md similarity index 100% rename from offline/README.md rename to html5/storage.md diff --git a/apis/README.md b/modular_js/apis.md similarity index 100% rename from apis/README.md rename to modular_js/apis.md diff --git a/promsises/README.md b/modular_js/hoisting.md similarity index 100% rename from promsises/README.md rename to modular_js/hoisting.md diff --git a/storage/README.md b/modular_js/modules.md similarity index 100% rename from storage/README.md rename to modular_js/modules.md diff --git a/webpack/README.md b/modular_js/webpack.md similarity index 100% rename from webpack/README.md rename to modular_js/webpack.md