Skip to content

Commit f8b5df6

Browse files
committed
docs: update README
1 parent 2890632 commit f8b5df6

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
<h1>
2-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 30">
3-
<text x="0" y="25" font-family="Consolas, Monaco, monospace" font-size="14" fill="#58595b">
4-
>_ CREATE CRXJS
5-
<tspan id="cursor">▌</tspan>
6-
</text>
7-
8-
<defs>
9-
<style>
10-
#cursor {
11-
animation: blink 1s infinite;
12-
opacity: 1;
13-
}
14-
@keyframes blink {
15-
0% { opacity: 1; }
16-
50% { opacity: 0; }
17-
100% { opacity: 1; }
18-
}
19-
</style>
20-
</defs>
21-
</svg>
2+
<img src="blink.svg" alt="logo">
223

234
<br />
245

@@ -30,7 +11,7 @@
3011
### 📦 Usage
3112

3213
```shell
33-
npm create uni@latest
14+
npm create uni@latest
3415
```
3516

3617
> [!IMPORTANT] > `@latest` MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.

blink.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)