Skip to content

Commit 1edc865

Browse files
committed
refactor: update text
1 parent 8416b0d commit 1edc865

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,24 +316,24 @@ class MyPlugin(Plugin):
316316
<div className="grid gap-6 md:grid-cols-3">
317317
{[
318318
{
319-
title: "Install the CLI",
319+
title: "Install Endstone",
320320
steps: [
321321
"pipx install endstone",
322-
"Configure your server profile",
322+
"Configure your server properties",
323323
],
324324
},
325325
{
326326
title: "Pick your plugins",
327327
steps: [
328-
"Browse the curated plugin directory",
329-
"Sync updates with a single command",
328+
"Browse the curated plugin repository",
329+
"Restart your server to load new plugins",
330330
],
331331
},
332332
{
333333
title: "Deploy anywhere",
334334
steps: [
335-
"Ship to Linux or Windows",
336-
"Automate releases with CI templates",
335+
"Deploy to Linux or Windows",
336+
"Run inside a docker container",
337337
],
338338
},
339339
].map(({title, steps}) => (

0 commit comments

Comments
 (0)