Skip to content

Commit

Permalink
fix: fix spelling of Javascript (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyans committed Mar 8, 2024
1 parent 0ae3401 commit 4124e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev-extension.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extension Development

Gopeed supports extension development using `Javascript`. Extensions can enhance Gopeed's functionality, such as downloading videos or music from a website. You can quickly learn more about it through the [official examples](https://github.com/GopeedLab/gopeed-extension-samples/blob/main/README_zh-CN.md).
Gopeed supports extension development using `JavaScript`. Extensions can enhance Gopeed's functionality, such as downloading videos or music from a website. You can quickly learn more about it through the [official examples](https://github.com/GopeedLab/gopeed-extension-samples/blob/main/README_zh-CN.md).

Gopeed extensions are based on `git` to achieve decentralized extension management. As long as the extension source code is hosted in a remote git repository, it can be installed and updated through Gopeed. Therefore, whether it is `github`, `gitee`, `gitlab`, or other git hosting platforms, they can all be used as extension repositories.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/dev-extension.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 扩展开发

Gopeed 支持使用`Javascript`进行扩展开发,扩展可以增强 Gopeed 的功能,比如下载某个网站的视频,或者下载某个网站的音乐等等,可以通过[官方示例](https://github.com/GopeedLab/gopeed-extension-samples/blob/main/README_zh-CN.md)快速了解一下。
Gopeed 支持使用`JavaScript`进行扩展开发,扩展可以增强 Gopeed 的功能,比如下载某个网站的视频,或者下载某个网站的音乐等等,可以通过[官方示例](https://github.com/GopeedLab/gopeed-extension-samples/blob/main/README_zh-CN.md)快速了解一下。

Gopeed 扩展基于`git`来实现去中心化的扩展管理,只要将扩展源码托管到远程 git 仓库中,就可以通过 Gopeed 进行安装和更新,所以无论是`github``gitee``gitlab`还是其它 git 托管平台,都可以作为扩展的托管仓库。

Expand Down

0 comments on commit 4124e25

Please sign in to comment.