Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H authored Jun 24, 2024
1 parent 12fd6cb commit 4e599d7
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 @@ -24,8 +24,8 @@ However, you may want to create your own map instance to customize the expiry ti
```ts
import { Squaremap, Dynmap } from 'earthmc'

const Aurora = new Squaremap('aurora', 30) // Default Squaremap TTL is 30s.
const Nova = new Dynmap('nova', 90) // Default Dynmap TTL is 120s
const Aurora = new Squaremap('aurora', 10) // Default Squaremap TTL is 30s.
const Nova = new Dynmap('nova', 90) // Default Dynmap TTL is 120s.
```

## Basic Usage
Expand Down

0 comments on commit 4e599d7

Please sign in to comment.