Skip to content

Commit 603446b

Browse files
committed
chore: update urls
1 parent 05015a9 commit 603446b

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"sourcebin get"
4141
],
4242
"author": "GHOST",
43-
"homepage": "https://github.com/ghoststools/Sourcebin",
43+
"homepage": "https://github.com/ghostdevv/Sourcebin",
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/ghoststools/Sourcebin"
46+
"url": "git+https://github.com/ghostdevv/Sourcebin"
4747
},
4848
"bugs": {
49-
"url": "https://github.com/ghoststools/Sourcebin"
49+
"url": "https://github.com/ghostdevv/Sourcebin"
5050
}
5151
}

readme.md

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

33
[![](https://img.shields.io/npm/v/sourcebin?label=Latest%20Version&style=for-the-badge&logo=npm&color=informational)](https://www.npmjs.com/package/sourcebin)
44
[![](https://img.shields.io/static/v1?label=Project%20Creator&message=GHOST&color=informational&style=for-the-badge)](https://ghostdev.xyz)
5-
[![](https://img.shields.io/github/workflow/status/ghoststools/Sourcebin/Test%20Suite%20CI?style=for-the-badge)](https://github.com/ghoststools/Sourcebin)
6-
[![](https://img.shields.io/static/v1?label=&message=A%20GHOSTs%20Tools%20Project&color=informational&style=for-the-badge)](https://github.com/ghoststools)
5+
[![](https://img.shields.io/github/workflow/status/ghostdevv/Sourcebin/Test%20Suite%20CI?style=for-the-badge)](https://github.com/ghostdevv/Sourcebin)
76

87
Fast and simple package to get and create bins from [sourcebin](https://sourceb.in/)
98

@@ -66,13 +65,13 @@ const bin = await sourcebin.create(
6665
);
6766
```
6867

69-
#### Files
68+
### Files
7069

7170
`name` - file name<br>
7271
`content` - file content (required)<br>
7372
`language` - language or language id (default text)<br>
7473

75-
#### Options
74+
### Options
7675

7776
`title` - bin title<br>
7877
`description` - bin description
@@ -96,4 +95,4 @@ const bin = await sourcebin.create(
9695
9796
- Message me on discord: `GHOST#7524`<br>
9897
- Join the [discord](https://discord.gg/2Vd4wAjJnm)
99-
- Create a issue on the [github](https://github.com/ghoststools/Sourcebin)
98+
- Create a issue on the [github](https://github.com/ghostdevv/Sourcebin)

0 commit comments

Comments
 (0)