Skip to content

Commit

Permalink
text unification
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Sep 24, 2016
1 parent 0202228 commit 71f4d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ npm run dist
- [Mint UI](https://github.com/ElemeFE/mint-ui) - Mobile UI elements for Vue.js

## Changelog
Details changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
Detailed changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).

## Contribution
Please make sure to read the [Contributing Guide](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md) before making a pull request.
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ node bin/new.js [组件名] # 创建新组件

### 贡献代码

参考 [贡献者文档](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md)
参考 <a href="https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md" target="_blank">贡献指南</a>
4 changes: 2 additions & 2 deletions examples/docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 快速上手

element 是一套 Vue.js 后台组件库,它能够帮助你更轻松更快速地开发后台项目。
Element UI 是一套 Vue.js 后台组件库,它能够帮助你更轻松更快速地开发后台项目。

### 安装

Expand All @@ -10,7 +10,7 @@ $ npm install element-ui@next -S

### 注册组件

引入整个 element
引入整个 Element UI

```javascript
import Vue from 'vue'
Expand Down

0 comments on commit 71f4d1c

Please sign in to comment.