ware
ware copied to clipboard
Provide documentation of adding multiple plugins.
Plugins can be added not only via .use(plugin), but also multiple plugins as an array (.use([plugin1, plugin2])), or through the initial object (ware([plugin1, plugin2])). Can you please add documentation to this effect?