Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Seemed silly to add "echos"
  • Loading branch information
zackkitzmiller committed Jan 20, 2014
1 parent e667eb3 commit e98af57
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 @@ -28,10 +28,10 @@ Install via Composer
$tiny = new \ZackKitzmiller\Tiny('5SX0TEjkR1mLOw8Gvq2VyJxIFhgCAYidrclDWaM3so9bfzZpuUenKtP74QNH6B');

echo $tiny->to(5);
// echos E
// E

echo $tiny->from('E');
// echos 5
// 5
```

## Configuration
Expand Down Expand Up @@ -66,4 +66,4 @@ echo Tiny::to(5);

echo Tiny::from('E');
// echos 5
```
```

0 comments on commit e98af57

Please sign in to comment.