Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh authored Mar 26, 2024
1 parent b0c96c9 commit b84cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Example:

```
async function getUsers() {
const response = await fetch("https://smocker.kitabisa.xyz/users", {
const response = await fetch("https://geni.kitabisa.xyz/smocker/users", {
method: "GET",
headers: {
"X-Smocker-Body": JSON.stringify({
Expand Down

0 comments on commit b84cdd9

Please sign in to comment.