From 9f6ed02477fcc659e81bf44e3b4499914c2d4565 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 8 Aug 2022 11:15:41 -0500 Subject: [PATCH] Tweak the title and description in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c0e08f..4d4df3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Configure-Pages +# configure-pages -An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as [starter workflows][starter-workflows]. +A GitHub Action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as [starter workflows][starter-workflows]. See [`set-pages-path.js`](src/set-pages-path.js) for more details on how we configure static site generators to work "out of the box" with GitHub Pages.