couple of readme changes

9aa969caa6d1835f7b3d65a1285d7698da8e31bb

Tucker McKnight <tmcknight@instructure.com> | Sun Sep 28 2025

couple of readme changes
README.md:16
Before
15
16
17

18
19
20
21
22
23
24
25
26
27
28
## Installation & Setup

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.

```js
const a = "asdf";
```

```diff-js
+import repoViewer from 'eleventy-repo-viewer'
After
15
16
17
18
19
20
21
22
23




24
25
## Installation & Setup

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.

⁣
⁣
⁣
⁣
```diff-js
+import repoViewer from 'eleventy-repo-viewer'