Skip to content

Commit cdf118a

Browse files
committed
Examples on README
1 parent e29966f commit cdf118a

File tree

2 files changed

+28
-38
lines changed

2 files changed

+28
-38
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ vendor/
33
.vscode/
44
.phpunit.cache/
55
.phpdoc/
6+
.php-cs-fixer.cache

README.md

+27-38
Original file line numberDiff line numberDiff line change
@@ -29,45 +29,34 @@ $ php demos/drawing.php
2929
┌─┐
3030
│ │
3131
└─┘
32-
┌──┐
33-
│ │
34-
│ │
35-
└──┘
36-
┌───┐
37-
│ │
38-
│ │
39-
│ │
40-
└───┘
41-
┌──────┐
42-
│ │
43-
│ │
44-
└──────┘
45-
┌───────────────┐
46-
│ │
47-
│ │
48-
│ │
49-
└───────────────┘
32+
┏━━━━━┓
33+
┃╔═══╗┃
34+
┃║┌─┐║┃
35+
┃║│ │║┃
36+
┃║└─┘║┃
37+
┃╚═══╝┃
38+
┗━━━━━┛
39+
*--------*
40+
| |
41+
| |
42+
| |
43+
*--------*
5044
┌──────────┐
5145
│ │
5246
└──────────┘
53-
┌───┐
54-
│ │
55-
│ │
56-
│ │
57-
│ │
58-
└───┘
59-
┌───┐
60-
│Joh│
61-
│n D│
62-
│oe │
63-
│Lor│
64-
│em │
65-
│Ips│
66-
│um │
67-
│Dol│
68-
└───┘
69-
┌───────────────┐
70-
│by terremoth an│
71-
│d friends │
72-
└───────────────┘
47+
┌────────┐
48+
│John Doe│
49+
│ Lorem I│
50+
│psum Dol│
51+
└────────┘
52+
┌────────────────┐
53+
│by terremoth │
54+
│and friends │
55+
└────────────────┘
56+
╔════╗
57+
║┌──┐║
58+
║│ │║
59+
║│ │║
60+
║└──┘║
61+
╚════╝
7362
```

0 commit comments

Comments
 (0)