From 810b4f09f5df248608f525326dd965f165246ec9 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Tue, 30 Apr 2024 16:26:22 -0500 Subject: [PATCH] Capitalization on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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