Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Jul 6, 2014
1 parent c4be541 commit 92dcb58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

## 1.1.0

`new` It is the first version of data.
`new` It is the first version of bui-data.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# data
# bui-data

---

[![spm version](http://spmjs.io/badge/data)](http://spmjs.io/package/data)
[![spm version](http://spmjs.io/badge/bui-data)](http://spmjs.io/package/bui-data)

An awesome spm package!

Expand All @@ -11,13 +11,13 @@ An awesome spm package!
## Install

```
$ spm install data --save
$ spm install bui-data --save
```

## Usage

```js
var data = require('data');
var data = require('bui-data');
// use data
```

Expand Down

0 comments on commit 92dcb58

Please sign in to comment.