Skip to content

Commit

Permalink
suggested edits from the site
Browse files Browse the repository at this point in the history
  • Loading branch information
lancehalvorsen committed Jul 5, 2015
1 parent ab68088 commit 0d84d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions G_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ defmodule HelloPhoenix.Router do
end
```

Now any topic sent by a client that starts with `"rooms:"` will be routed to our RoomChannel. Next, we'll define a `RoomChannel` module to manage our chat room messages.

Now, whenever a client sends a message whose topic starts with `"rooms:"`, it will be routed to our RoomChannel. Next, we'll define a `RoomChannel` module to manage our chat room messages.

### Joining Channels

Expand Down
3 changes: 2 additions & 1 deletion introduction/I_learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Here's a list of other resources for learning about Phoenix and some of the proj
- [Official Documentation](http://hexdocs.pm/phoenix/) (current stable release)

#### Videos
Phoenix author Chris McCord's ElixirConfEu 2015 keynote covers the roadmap to Phoenix 1.0.
Phoenix author Chris McCord's videos covering the roadmap to Phoenix 1.0 and an overview of the current state of Phoenix.
- [Phoenix Takes Flight](http://www.chrismccord.com/blog/2015/05/09/elixirconfeu-keynote-phoenix-takes-flight/), Chris McCord
- [Phoenix - a framework for the modern web](https://vimeo.com/131633172), Chris McCord

## Plug
The Elixir middleware layer that Phoenix makes extensive use of.
Expand Down

0 comments on commit 0d84d94

Please sign in to comment.