From 1e58cbcd72f3fc234ceb5d62f66c8bc2a6ef55f5 Mon Sep 17 00:00:00 2001 From: Charles Stuart Date: Wed, 12 Sep 2018 10:37:15 -0600 Subject: [PATCH] docs: fix up markdown headings --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1bc82c2..4df159e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#tinyamd +# tinyamd Teeny tiny AMD loader. About 1.2k minifed and gzipped. -###Why use tinyamd? +### Why use tinyamd? Because you like things that come in small packages. -###What does it support? +### What does it support? * Named modules * Anonymous modules @@ -14,27 +14,27 @@ Because you like things that come in small packages. * `data-main="module"` attribute for autoloading * Browsers: Chrome, Firefox, Safari, Opera, IE8+ -###define() +### define() * `define(name, [dependencies], object or function)` * `define(name, object or function)` * `define([dependencies], object or function)` * `define(object or function)` -###require() +### require() * `require([modules], callback)` * `require(module, callback)` -###tinyamd.inject() +### tinyamd.inject() * `inject(javascript file, callback)` -###tinyamd.config() +### tinyamd.config() * `tinyamd.config({baseUrl: absolute path})` -###Does it work? +### Does it work? Heck yea. Try messing out with the files in `/tests/` -###Why use a different AMD framework? +### Why use a different AMD framework? Because you need [full config support](https://github.com/amdjs/amdjs-api/wiki/Common-Config)