jondurbin commited on
Commit
0bf64dc
1 Parent(s): 14d021d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -142,10 +142,11 @@ Or:
142
  Write a multi-threaded TCP server in C that accepts a "GET [key]" input and "SET [key] [value]" input, and uses a binary tree to get and store the input values.
143
  ```
144
 
145
- You can optionally add a single space and "PLAINFORMAT" at the end of your prompt to avoid backticks, explanations, etc. and just print the code, e.g.:
146
 
147
  ```
148
- Write a websocket application in node.js. PLAINFORMAT
 
149
  ```
150
 
151
  ### Word games / trivia
 
142
  Write a multi-threaded TCP server in C that accepts a "GET [key]" input and "SET [key] [value]" input, and uses a binary tree to get and store the input values.
143
  ```
144
 
145
+ You can optionally add a newline and "PLAINFORMAT" at the end of your prompt to avoid backticks, explanations, etc. and just print the code, e.g.:
146
 
147
  ```
148
+ Write a websocket application in node.js.
149
+ PLAINFORMAT
150
  ```
151
 
152
  ### Word games / trivia