Skip to content

Commit

Permalink
fix readme: link, command, output (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: contributor <[email protected]>
  • Loading branch information
contributor authored Aug 22, 2024
1 parent e09314f commit 54cf9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an SDK for Javascript and Typescript based on [ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS).

Note that this SDK supersedes an earlier, experimental version, which may be found in the [sdk-v1](https://github.com/fermyon/spin-python-sdk/tree/old-sdk) branch.
Note that this SDK supersedes an earlier, experimental version, which may be found in the [sdk-v1](https://github.com/fermyon/spin-js-sdk/tree/old-sdk) branch.

## [API Documentation](https://fermyon.github.io/spin-js-sdk)

Expand Down Expand Up @@ -31,7 +31,7 @@ cd hello-world
Install the dependencies and build the app:
```bash
npm install
spin buiild
spin build
```

## Running the app
Expand All @@ -51,10 +51,10 @@ If all goes well, you should see something like:
```
HTTP/1.1 200 OK
content-type: text/plain
content-length: 18
content-length: 14
date: Thu, 11 Apr 2024 17:42:31 GMT
Hello from Python!
hello universe
```

Please file an issue if you have any trouble.
Expand Down

0 comments on commit 54cf9f6

Please sign in to comment.