Skip to content

Commit 50315f3

Browse files
committed
2 parents c2e13c5 + 4a7e76b commit 50315f3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ using namespace ascii;
66
int main()
77
{
88
Ascii a = Ascii(straight);
9-
a.print("K");
9+
a.print("JLK");
1010
return 0;
1111
}

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,17 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
125125
</a>
126126
</td>
127127
<td align="center">
128-
<a href="https://github.com/XARTAN21">
129-
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
128+
<a href="https://github.com/komal7141">
129+
<img src="https://avatars.githubusercontent.com/u/75818108?v=4" width="70;" alt="komal7141"/>
130130
<br />
131-
<sub><b>XARTAN21</b></sub>
131+
<sub><b>komal7141</b></sub>
132132
</a>
133133
</td>
134134
<td align="center">
135-
<a href="https://github.com/komal7141">
136-
<img src="https://avatars.githubusercontent.com/u/75818108?v=4" width="70;" alt="komal7141"/>
135+
<a href="https://github.com/XARTAN21">
136+
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
137137
<br />
138-
<sub><b>komal7141</b></sub>
138+
<sub><b>XARTAN21</b></sub>
139139
</a>
140140
</td></tr>
141141
<tr>

0 commit comments

Comments
 (0)