Skip to content

Commit ca223ca

Browse files
Update README.md to reflect 0.15.0 release (2nd)
1 parent d64429c commit ca223ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ tuple_print( reply.header, "header", 1 )
4444
// header.Server: "Google Frontend"
4545
// header.Content-Length: "236"
4646

47-
// If the payload was sent as Content-Type "application/json" TeaScript automatically builds a Tuple out of it.
48-
// Then all elements/objects can be accessed directly. In this example the server just echoed the header of
49-
// the request back as a json formatted string and TeaScript created a Json compatible Tuple from it:
47+
// If the payload was sent as Content-Type "application/json" TeaScript automatically
48+
// builds a Tuple out of it. Then all elements/objects can be accessed directly.
49+
// In this example the server just echoed the header of the request back as a json
50+
// formatted string and TeaScript created a Json compatible Tuple from it:
5051

5152
// print the Host value
5253
println( reply.json.Host )

0 commit comments

Comments
 (0)