Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Flutter app.

</TabItem>

<TabItem value="script" label="Install Script">
<TabItem value="script" label="Install script">

Run the install script for your platform:

Expand All @@ -79,7 +79,7 @@ Flutter app.

</TabItem>

<TabItem value="manual" label="Manual Install">
<TabItem value="manual" label="Manual install">

Clone the repository into the directory where you want Shorebird installed:

Expand Down Expand Up @@ -150,7 +150,7 @@ Flutter app.

<Tabs>

<TabItem value="new-app" label="New App">
<TabItem value="new-app" label="New app">

Create a new Flutter app with Shorebird:

Expand All @@ -161,7 +161,7 @@ Flutter app.

</TabItem>

<TabItem value="existing-app" label="Existing App">
<TabItem value="existing-app" label="Existing app">

In your Flutter app's root directory, run:

Expand Down
Loading