Skip to content

Commit

Permalink
Merge pull request #354 from jdfreder/patch-1
Browse files Browse the repository at this point in the history
Fix typo in "getting-started-typescript.mdx" init
  • Loading branch information
andrewmd5 authored Oct 3, 2024
2 parents d686895 + bbeacf3 commit 7602424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/guide/getting-started-typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ Initialize your Bebop project:
<TabItem label="npm">

```bash
npx bebopc init
npx bebopc --init
```

</TabItem>

<TabItem label="yarn">

```bash
yarn bebopc init
yarn bebopc --init
```

</TabItem>
Expand Down Expand Up @@ -175,4 +175,4 @@ const jsonString = person.stringify();

// Deserialize from JSON-Over-Bebop
const fromJson = Person.fromJSON(jsonString);
```
```

0 comments on commit 7602424

Please sign in to comment.