Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julli4n committed Sep 2, 2023
1 parent 2def6f4 commit 1bb0f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since Roblox is extremely inconsistent. This will also parse
#### BEDEV1 (anything except apis.roblox.com)

```typescript
import { parseBEDEV1Error } from "https://deno.land/x/parse_roblox_errors@1.1.0/mod.ts";
import { parseBEDEV1Error } from "https://deno.land/x/parse_roblox_errors@1.1.1/mod.ts";

console.log(
await fetch("http://auth.roblox.com/v2/signup").then(parseBEDEV1Error),
Expand All @@ -26,7 +26,7 @@ console.log(
What the module was made for.

```typescript
import { parseBEDEV2Error } from "https://deno.land/x/parse_roblox_errors@1.1.0/mod.ts";
import { parseBEDEV2Error } from "https://deno.land/x/parse_roblox_errors@1.1.1/mod.ts";

console.log(
await fetch("https://apis.roblox.com/explore-api/v1/get-sort-content").then(
Expand Down

0 comments on commit 1bb0f13

Please sign in to comment.