Skip to content

Commit

Permalink
Merge pull request #1 from xenochrysalis/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
saterus committed Oct 28, 2015
2 parents f128782 + deb0fd1 commit 8089b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Today's Kata is to reimplement the classic Unix utility

# Our favorite cat

The [`cat` man page]() has a history section:
A brief history of the utility, which you can find on the [`cat` man page]():

> HISTORY
> A cat utility appeared in Version 1 AT&T UNIX. Dennis Ritchie designed
> and wrote the first man page. It appears to have been cat(1).
While this is one of the oldest Unix utilities, don't underestimate it, there is
While this is one of the oldest Unix utilities, don't underestimate it. There is
still plenty of work ahead of us.

# Usage
Expand Down Expand Up @@ -114,7 +114,7 @@ afraid to spend a few minutes reading documentation.
**Start small.** Work on the smallest piece of `cat`'s functionality you can
think to break off. You don't need to fully generalize file handling with
STDIN/STDOUT immediately. At what point in argument/option parsing do you reach
for a third party library? Probably not for the most basic functionality.
for a third party library? You probably don't for the most basic functionality.

If you think this is simple or finish early, make sure your solution works with
unix pipes. Can you make it operate in a small, constant memory footprint?
Expand Down

0 comments on commit 8089b40

Please sign in to comment.