Skip to content

Commit 54cf9f6

Browse files
authored
fix readme: link, command, output (#281)
Signed-off-by: contributor <[email protected]>
1 parent e09314f commit 54cf9f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
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.
5+
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.
66

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

@@ -31,7 +31,7 @@ cd hello-world
3131
Install the dependencies and build the app:
3232
```bash
3333
npm install
34-
spin buiild
34+
spin build
3535
```
3636

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

6060
Please file an issue if you have any trouble.

0 commit comments

Comments
 (0)