Updated API Internet (markdown)

CokaCola 2014-03-10 08:25:56 -07:00
parent 07881558c4
commit bacf3ca395

@ -23,8 +23,9 @@ This library wraps functionality of Internet cards.
Note for internet.open, you may also do this:
```lua
local handle = internet.open(...)
handle:read(10)
data = handle:read(10)
handle:write("1234")
handle:close()
```