Skip to content

Commit

Permalink
Fix README typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 30, 2012
1 parent 1b11c69 commit 62c3440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,8 +20,8 @@ Here's what a simple "Hello World" CGI script in `sh` would look like:
``` bash
#!/bin/sh

# Headers are written first. The special "Status" headers
# indicates the response status code
# Headers are written first. The special "Status"
# header indicates the response status code
echo "Status: 200"
echo "Content-Type: text/plain"
echo
Expand Down

0 comments on commit 62c3440

Please sign in to comment.