change name in README

23d539775e99fd05c4a2cdf128471a65961ab353

Tucker McKnight <tmcknight@instructure.com> | Tue Aug 11 2026

change name in README
README.md:1
Before
0
1
2
3
4
# What Is This?

Eleventy Repo Viewer is a plugin for [Eleventy](https://11ty.dev) that creates
plain, static HTML pages for displaying a git repository. You can read code,
browse commits, and clone the repository purely from plain old files on
a web server. It's sort of like a read-only version of GitHub, and requires no logic
After
0
1
2
3
4
# What Is This?

Git Static Site UI is a plugin for [Build Awesome](https://11ty.dev) that creates
plain, static HTML pages for displaying a git repository. You can read code,
browse commits, and clone the repository purely from plain old files on
a web server. It's sort of like a read-only version of GitHub, and requires no logic
README.md:11
Before
10
11
12
13
14
15
16
## Prerequisites

1. git, which you probably already have
2. An 11ty website set up. You'll need to make a couple of additions
   to your eleventy config file.

## Installation & Setup
After
10
11
12
13
14
15
16
## Prerequisites

1. git, which you probably already have
2. A Build Awesome-generated website set up. You'll need to make a couple of additions
   to your config file.

## Installation & Setup