Skip to content

Commit fd5e150

Browse files
committed
Update README.md
1 parent 3a29c63 commit fd5e150

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# LeanCloud Javascript SDK
1+
# LeanCloud JavaScript SDK
22

3-
Javascript SDK for [LeanCloud](http://leancloud.cn).
3+
JavaScript SDK for [LeanCloud](http://leancloud.cn/).
44

55
# 安装
66

@@ -30,7 +30,7 @@ $ bower install leancloud-javascript-sdk
3030
# 开发指南
3131

3232
* [JavaScript SDK 开发指南](http://leancloud.cn/docs/js_guide.html)
33-
* [JavaScript SDK API文档](http://leancloud.cn/docs/api/javascript/index.html)
33+
* [JavaScript SDK API 文档](http://leancloud.cn/docs/api/javascript/index.html)
3434
* [云代码开发指南](http://leancloud.cn/docs/cloud_code_guide.html)
3535

3636

@@ -60,19 +60,19 @@ gulp release
6060
* package.json
6161
* bower.json
6262

63-
## 修改 changelog
63+
## 修改 Changelog
6464

6565
## Release
6666

6767
```
6868
gulp release
6969
```
7070

71-
## 提交,打上 tag 并推送到 Github
71+
## 提交,打上 tag 并推送到 GitHub
7272

73-
tag 要求为 `v{版本号}`, dist 目录也需要更新提交。
73+
tag 要求为 `v{版本号}`dist 目录也需要更新提交。
7474

75-
## 发布到 bower
75+
## 发布到 bower
7676
```
7777
bower register leancloud-javascript-sdk [email protected]:leancloud/javascript-sdk.git
7878
```

0 commit comments

Comments
 (0)