Skip to content

Commit 75dd270

Browse files
Update logo and fix README badges
1 parent 8e5c0cf commit 75dd270

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Fast, friendly CLI log analyzer built with Bun. Think "jq for logs."
44

5-
[![CI](https://github.com/YOUR_USERNAME/loq/actions/workflows/ci.yml/badge.svg)](https://github.com/YOUR_USERNAME/loq/actions/workflows/ci.yml)
6-
[![Documentation](https://img.shields.io/badge/docs-typedoc-blue)](https://YOUR_USERNAME.github.io/loq/)
5+
[![CI](https://github.com/code-with-auto/loq/actions/workflows/ci.yml/badge.svg)](https://github.com/code-with-auto/loq/actions/workflows/ci.yml)
6+
[![Documentation](https://img.shields.io/badge/docs-vitepress-10b981)](https://code-with-auto.github.io/loq/)
77

88
## Features
99

@@ -27,7 +27,7 @@ Fast, friendly CLI log analyzer built with Bun. Think "jq for logs."
2727
curl -fsSL https://bun.sh/install | bash
2828

2929
# Clone and install
30-
git clone https://github.com/YOUR_USERNAME/loq.git
30+
git clone https://github.com/code-with-auto/loq.git
3131
cd loq
3232
bun install
3333
bun link

docs/public/logo.svg

Lines changed: 3 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)