Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(cookbook): hello-world-tutorial
  • Loading branch information
olapinska authored Oct 24, 2018
commit eb07e3e9068ac06553384b12426b54c2a182211a
2 changes: 1 addition & 1 deletion docs/cookbook/web/basics/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and call it using your browser or any other HTTP client:
curl https://bitter-sound-5197.syncano.space/hello-world/hello/
```

To check the socket enter the arguments after `/`:
To check if Socket works, call endpoint with `firstname` and `lastname` arguments.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad: "To check if the Socket works, call endpoint with firstname and lastname arguments." :)


```
https://bitter-sound-5197.syncano.space/hello-world/hello/?firstname=James&lastname=Smith
Expand Down