fix URL in readme

4bd0a4da949ba7c9c86ba4502ad30f9700751155

tucker <tucker@pangolin.lan> | Sun Sep 28 2025

fix URL in readme
README.md:18
Before
17
18
19
20
21
22
1. npm install this plugin

   This is not (yet) on npm. You can install it straight from this git repository, though.
   `npm install --save git+http://repos.tuckerm.us/repos/eleventy-repo-viewer.git#deploy/0.0.1-alpha.1`

2. Add this plugin to your eleventy config.
After
17
18
19
20
21
22
1. npm install this plugin

   This is not (yet) on npm. You can install it straight from this git repository, though.
   `npm install --save git+http://repos.tuckerm.us/eleventy-repo-viewer.git#deploy/0.0.1-alpha.1`

2. Add this plugin to your eleventy config.