Skip to content

Commit c05834f

Browse files
committed
Moved the "Used By" section to the bottom
1 parent b823f50 commit c05834f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ A build tool that converts AMD code to standard JavaScript.
1111

1212
**Single file** client-side JavaScript libraries that want to use AMD to structure and build their code, but don't want an AMD footprint.
1313

14-
## Used By
15-
16-
* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite
17-
18-
* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation
19-
20-
* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling
21-
2214

2315
## Why
2416

@@ -342,6 +334,14 @@ __I am having a scope problem with all of the local module variables. What can
342334
- You can use the `globalObject` option to store all of your modules in a global object that uses the top-most function scope.
343335

344336

337+
## Used By
338+
339+
* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite
340+
341+
* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation
342+
343+
* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling
344+
345345
## License
346346

347347
Copyright (c) 2013 Greg Franko Licensed under the MIT license.

0 commit comments

Comments
 (0)