From 4e599d7ad46292cf9f0a27d612393cafd247f304 Mon Sep 17 00:00:00 2001 From: Owen <48495634+Owen3H@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:33:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 083f515..2967d1a 100644 --- a/README.md +++ b/README.md @@ -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