Skip to content

Commit d338d73

Browse files
committed
Fix ascii art
1 parent 25a94ff commit d338d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@ navigation menu.
6767
From your Github repo page, go to `Setting > Pages > Source > Deploy from a branch`, then select the
6868
`/docs` folder.
6969

70-
<!-- prettier-ignore -->
70+
```
7171
░██████╗░█████╗░██╗░░░██╗███████╗██╗
7272
██╔════╝██╔══██╗██║░░░██║██╔════╝██║
7373
╚█████╗░███████║╚██╗░██╔╝█████╗░░██║
7474
░╚═══██╗██╔══██║░╚████╔╝░██╔══╝░░╚═╝
7575
██████╔╝██║░░██║░░╚██╔╝░░███████╗██╗
7676
╚═════╝░╚═╝░░╚═╝░░░╚═╝░░░╚══════╝╚═╝
77+
```
7778

7879
...and voila - your site is now available at `https://<user>.github.io/<repo>/`.
7980

0 commit comments

Comments
 (0)