diff --git a/README.md b/README.md index 1a10707..0a9e0d4 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ module.exports = function(eleventyConfig) { This does two things: -1. creates a new `css` shortcode for adding arbitrary code to this bundle -2. adds `"css"` as an eligible type argument to `getBundle` and `getBundleFileUrl` +1. Creates a new `css` shortcode for adding arbitrary code to this bundle +2. Adds `"css"` as an eligible type argument to the `getBundle` and `getBundleFileUrl` shortcodes.
Expand to see all bundle options