Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spade - JavaScript module loader

Spade is a module loader for use with [bpm](https://github.com/getbpm/bpm)
Spade is a module loader for use with [bpm](https://github.com/bpm/bpm)
By default BPM loads all JavaScript files alphabetically. However, for
more complex projects this is undesirable. Spade adds a require method
that can be called to load and execute specific files.
Expand Down