Skip to content

Commit aaed2f2

Browse files
committed
Org casing
1 parent e447dfb commit aaed2f2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
![Foundatio](https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio-dark-bg.svg#gh-dark-mode-only "Foundatio")
2-
![Foundatio](https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio.svg#gh-light-mode-only "Foundatio")
1+
![Foundatio](https://raw.githubusercontent.com/foundatiofx/foundatio/master/media/foundatio-dark-bg.svg#gh-dark-mode-only "Foundatio")
2+
![Foundatio](https://raw.githubusercontent.com/foundatiofx/foundatio/master/media/foundatio.svg#gh-light-mode-only "Foundatio")
33

44
[![NPM](https://img.shields.io/npm/v/%40foundatiofx%2Ffetchclient)](https://www.npmjs.com/package/@foundatiofx/fetchclient)
55
[![JSR](https://jsr.io/badges/@foundatiofx/fetchclient)](https://jsr.io/@foundatiofx/fetchclient)
6-
[![Build status](https://github.com/FoundatioFx/Foundatio/workflows/Build/badge.svg)](https://github.com/FoundatioFx/Foundatio/actions)
6+
[![Build status](https://github.com/foundatiofx/foundatio/workflows/Build/badge.svg)](https://github.com/foundatiofx/foundatio/actions)
77
[![Discord](https://img.shields.io/discord/715744504891703319)](https://discord.gg/6HxgFCx)
88

99
<!-- deno-fmt-ignore-file -->

scripts/build.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ await build({
1717
importMap: "deno.json",
1818

1919
package: {
20-
name: "@FoundatioFx/FetchClient",
20+
name: "@foundatiofx/fetchclient",
2121
version: Deno.args[0],
2222
repository: {
2323
type: "git",
24-
url: "git+https://github.com/FoundatioFx/FetchClient.git",
24+
url: "git+https://github.com/foundatiofx/fetchclient.git",
2525
},
26-
homepage: "https://github.com/FoundatioFx/FetchClient#readme",
26+
homepage: "https://github.com/foundatiofx/fetchclient#readme",
2727
bugs: {
28-
url: "https://github.com/FoundatioFx/FetchClient/issues",
28+
url: "https://github.com/foundatiofx/fetchclient/issues",
2929
},
3030
license: "Apache-2.0",
3131
description:

0 commit comments

Comments
 (0)