diff --git a/README.md b/README.md index a3ac6a983..0e9b0fec5 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,14 @@ const rest = new REST({ version: '9' }).setToken('token'); (async () => { try { - console.log('Started refreshing application (/) commands'); + console.log('Started refreshing application (/) commands.'); await rest.put( Routes.applicationGuildCommands(CLIENT_ID, GUILD_ID), { body: commands }, ); - console.log('Sucessfully reloaded application (/) commands.'); + console.log('Successfully reloaded application (/) commands.'); } catch (error) { console.error(error); }