Skip to content

Commit 2da0197

Browse files
authored
Merge pull request #37 from arronf2e/patch-1
fix(typo): README.zh_CN.md
2 parents 32e596f + fbee426 commit 2da0197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ npm start
114114

115115
web-highlighter 会通过 [`Selection API`](https://caniuse.com/#search=selection%20api) 来读取被选择的文本范围。然后选区的信息会被转换为一个可序列化的数据结构,以便于能够发送并存储在后端。当用户再次访问你的页面时,这些存储的数据被返回然后在你的页面上进行反序列化。数据结构本身是技术栈无关的。所以你可以用在任意技术栈构建的页面上(例如 React、Vue、Angular 或者 jQuery 等等)。
116116

117-
想要了解更多实现细节,可以阅读[这片文章](https://www.alienzhou.com/2019/04/21/web-note-highlight-in-js/)
117+
想要了解更多实现细节,可以阅读[这篇文章](https://www.alienzhou.com/2019/04/21/web-note-highlight-in-js/)
118118

119119
## API
120120

0 commit comments

Comments
 (0)