Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 23, 2024
1 parent 6ebec05 commit 901675c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The entire documentation site is hosted by [GitBook] under `/docs`.
### Seam SDK Playground

The Seam SDK Playground is a one-click development environment
for experimenting with the Seam SDK.
for experimenting with the Seam SDK and Seam CLI.

Each folder in `/seam-sdk-playground` is a minimal
example for running the Seam SDK in a supported programming language.
Expand All @@ -31,13 +31,15 @@ update the code sample to use your sandbox or production workspace.

There are a few ways to use the Seam SDK Playground:

- [Click here] to instantly launch the Seam SDK Playground in a [Codespace].
- [Click here]()
to instantly launch the Seam SDK Playground in a [Codespace].
- Clone this repository and open the Seam SDK Playground locally
using [Visual Studio Code Dev Containers].
- Setup your local machine with any programming langaues you want to use,
- Setup your local machine with any programming languages you want to use,
then clone this repository and navigate to the `/seam-sdk-playground` directory.

[]: https://code.visualstudio.com/docs/devcontainers/containers
[Codespace]: https://github.com/features/codespaces
[Visual Studio Code Dev Containers]: https://code.visualstudio.com/docs/devcontainers/containers

### Documentation generation

Expand Down

0 comments on commit 901675c

Please sign in to comment.