| Index: 2012/insidepresent.slide |
| =================================================================== |
| --- a/2012/insidepresent.slide |
| +++ b/2012/insidepresent.slide |
| @@ -41,7 +41,7 @@ |
| WebSockets are a bi-directional communication channel between a JavaScript program running in a web browser and a web server. They are part of HTML 5. |
| -The `websocket` pacakge in Go's `go.net` sub-repository provides a WebSocket client and server. |
| +The `websocket` package in Go's `go.net` sub-repository provides a WebSocket client and server. |
| I thought I could use WebSockets to stream program output to a running |
| presentation. |