Skip to content

Commit e98af57

Browse files
Update README.md
Seemed silly to add "echos"
1 parent e667eb3 commit e98af57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Install via Composer
2828
$tiny = new \ZackKitzmiller\Tiny('5SX0TEjkR1mLOw8Gvq2VyJxIFhgCAYidrclDWaM3so9bfzZpuUenKtP74QNH6B');
2929

3030
echo $tiny->to(5);
31-
// echos E
31+
// E
3232

3333
echo $tiny->from('E');
34-
// echos 5
34+
// 5
3535
```
3636

3737
## Configuration
@@ -66,4 +66,4 @@ echo Tiny::to(5);
6666

6767
echo Tiny::from('E');
6868
// echos 5
69-
```
69+
```

0 commit comments

Comments
 (0)