Skip to content

Commit

Permalink
Merge pull request #534 from player-ui/aarora-pm-patch-1
Browse files Browse the repository at this point in the history
Update getting-started.mdx
  • Loading branch information
KetanReddy authored Oct 26, 2024
2 parents d00a40e + c373005 commit 0fb5a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const content = {
reactPlayer.start(content);
```

With Player running your content, you'll need to actually render out what is processes. To do this, you can use the React Player's component API to insert it into your React tree.
With Player running your content, you'll need to actually render out what is processed. To do this, you can use the React Player's component API to insert it into your React tree.

```javascript
const MyApp = () => {
Expand Down Expand Up @@ -266,4 +266,4 @@ If your application includes dependencies that may transitively depend on `com.i
</Fragment>
</PlatformTabs>

Congrats! You've got Player up and running. If you need additional functionality you can add more plugins to extend Player's functionality. Head over to the [Plugins](/plugins) section to take a look at the Plugins we've developed or take a look at the [Architecture](./architecture) section to see how you can write your own.
Congrats! You've got Player up and running. If you need additional functionality you can add more plugins to extend Player's functionality. Head over to the [Plugins](/plugins) section to take a look at the Plugins we've developed or take a look at the [Architecture](./architecture) section to see how you can write your own.

0 comments on commit 0fb5a67

Please sign in to comment.