Skip to content

Commit d99b6d7

Browse files
committed
Reposition 'Try' in the README
1 parent 49bdc52 commit d99b6d7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@
33
Pulldash
44
</h1>
55

6+
![GitHub Release](https://img.shields.io/github/v/release/coder/pulldash) ![GitHub License](https://img.shields.io/github/license/coder/pulldash) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/coder/pulldash/ci.yml)
7+
8+
69
Fast, filterable PR review. Entirely client-side.
710

811
> [!WARNING]
912
> Pulldash is WIP. Expect bugs.
1013
11-
[![Example](./docs/screenshots/overview.png)](https://pulldash.com)
12-
13-
## Why
14-
15-
- GitHub's review UI is slow (especially for large diffs)
16-
- No central view to filter PRs you care about
17-
- AI tooling has produced more PRs than ever before—making a snappy review UI essential
18-
1914
## Try It
2015

2116
**Browser**: [pulldash.com](https://pulldash.com). Replace `github.com` with `pulldash.com` in any PR URL.
2217

2318
**Desktop**: [Latest release](https://github.com/coder/pulldash/releases) for Linux, macOS, Windows.
2419

20+
[![Example](./docs/screenshots/overview.png)](https://pulldash.com)
21+
2522
## Features
2623

2724
- **Custom filters**: Add repos and filter by review requests, authored PRs, or all activity.
@@ -36,6 +33,12 @@ Fast, filterable PR review. Entirely client-side.
3633

3734
![Search](./docs/screenshots/search.png)
3835

36+
## Why
37+
38+
- GitHub's review UI is slow (especially for large diffs)
39+
- No central view to filter PRs you care about
40+
- AI tooling has produced more PRs than ever before—making a snappy review UI essential
41+
3942
## How It Works
4043

4144
GitHub's API supports [CORS](https://docs.github.com/en/rest/using-the-rest-api/using-cors-and-jsonp-to-make-cross-origin-requests), so Pulldash runs entirely client-side. No backend proxying your requests.

0 commit comments

Comments
 (0)