Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 10c2e73

Browse files
committed
Tweak README a bit
1 parent 5f62a8b commit 10c2e73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
A web interface for running Rust code built using [playpen][playpen]. It is
2-
hosted at <https://play.rust-lang.org/>.
1+
A web interface for running Rust code. It is hosted at
2+
<https://play.rust-lang.org/>.
33

44
The interface can also be accessed in most Rust-related channels on
55
`irc.mozilla.org`.
66

7-
To use Playbot in a public channel, address your message to it. Playbot
8-
responds to both `playbot` and `>>`:
7+
To use Playbot in a public channel, address your message to it.
98

109
<you> playbot: println!("Hello, World");
1110
-playbot:#rust-offtopic- Hello, World
1211
-playbot:#rust-offtopic- ()
13-
<you> >> 1+2+3
12+
<you> playbot: 1+2+3
1413
-playbot:#rust-offtopic- 6
1514

1615
You can also private message Playbot your code to have it evaluated. In a

0 commit comments

Comments
 (0)