Skip to content

Commit 8f1205b

Browse files
committed
docs: update project references
1 parent f8587be commit 8f1205b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# markscribe
22

3-
[![Latest Release](https://img.shields.io/github/release/muesli/markscribe.svg)](https://github.com/muesli/markscribe/releases)
4-
[![Build Status](https://github.com/muesli/markscribe/workflows/build/badge.svg)](https://github.com/muesli/markscribe/actions)
5-
[![Go ReportCard](https://goreportcard.com/badge/muesli/markscribe)](https://goreportcard.com/report/muesli/markscribe)
6-
[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/muesli/markscribe)
3+
[![Latest Release](https://img.shields.io/github/release/charmbracelet/markscribe.svg)](https://github.com/charmbracelet/markscribe/releases)
4+
[![Build Status](https://github.com/charmbracelet/markscribe/workflows/build/badge.svg)](https://github.com/charmbracelet/markscribe/actions)
5+
[![Go ReportCard](https://goreportcard.com/badge/charmbracelet/markscribe)](https://goreportcard.com/report/charmbracelet/markscribe)
6+
[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/charmbracelet/markscribe)
77

88
Your personal markdown scribe with template-engine and Git(Hub) & RSS powers 📜
99

10-
You can run markscribe as a GitHub Action: [readme-scribe](https://github.com/muesli/readme-scribe/)
10+
You can run markscribe as a GitHub Action: [readme-scribe](https://github.com/charmbracelet/readme-scribe/)
1111

1212
## Usage
1313

@@ -25,9 +25,9 @@ Render to a file:
2525

2626
If you use Brew, you can simply install the package:
2727

28-
brew install muesli/tap/markscribe
28+
brew install charmbracelet/tap/markscribe
2929

30-
Or download a binary from the [releases](https://github.com/muesli/markscribe/releases)
30+
Or download a binary from the [releases](https://github.com/charmbracelet/markscribe/releases)
3131
page. Linux (including ARM) binaries are available, as well as Debian and RPM
3232
packages.
3333

@@ -39,15 +39,15 @@ working Go environment (Go 1.16 or higher is required). See the
3939

4040
To install markscribe, simply run:
4141

42-
go get github.com/muesli/markscribe
42+
go get github.com/charmbracelet/markscribe
4343

4444
## Templates
4545

4646
You can find an example template to generate a GitHub profile README under
4747
[`templates/github-profile.tpl`](templates/github-profile.tpl). Make sure to fill in (or remove) placeholders,
4848
like the RSS-feed or social media URLs.
4949

50-
Rendered it looks a little like my own profile page: https://github.com/muesli
50+
Rendered it looks a little like my own profile page: https://github.com/charmbracelet
5151

5252
## Functions
5353

@@ -123,7 +123,7 @@ This function requires GitHub authentication with the following API scopes:
123123
### Custom GitHub repository
124124

125125
```
126-
{{with repo "muesli" "markscribe"}}
126+
{{with repo "charmbracelet" "markscribe"}}
127127
Name: {{.Name}}
128128
Description: {{.Description}}
129129
URL: {{.URL}}
@@ -276,4 +276,4 @@ Q: That's awesome, but can you expose more APIs and data?
276276
A: Of course, just open a new issue and let me know what you'd like to do with markscribe!
277277

278278
Q: That's awesome, but I don't have my own server to run this on. Can you help?
279-
A: Check out [readme-scribe](https://github.com/muesli/readme-scribe/), a GitHub Action that runs markscribe for you!
279+
A: Check out [readme-scribe](https://github.com/charmbracelet/readme-scribe/), a GitHub Action that runs markscribe for you!

templates/github-profile.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Say Hello, I don't bite!
6060
- Fediverse: https://mastodon.social/@...
6161
- Blog: https://...
6262

63-
Want your own self-generating profile page? Check out [readme-scribe](https://github.com/muesli/readme-scribe)!
63+
Want your own self-generating profile page? Check out [readme-scribe](https://github.com/charmbracelet/readme-scribe)!
6464

6565
<!-- comments will be preserved -->

0 commit comments

Comments
 (0)