Skip to content

Commit

Permalink
Merge pull request #37 from arronf2e/patch-1
Browse files Browse the repository at this point in the history
fix(typo): README.zh_CN.md
  • Loading branch information
alienzhou authored May 3, 2020
2 parents 32e596f + fbee426 commit 2da0197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ npm start

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

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

## API

Expand Down

0 comments on commit 2da0197

Please sign in to comment.