Skip to content

Commit

Permalink
rename package name for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Jun 30, 2016
1 parent adff6d3 commit d7e2c28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Pili Engineering, Qiniu Inc.
Copyright (c) 2016 Pili Engineering, Qiniu Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@

```shell
// install latest version
npm install pili --save
npm install piliv2 --save
```

## Usage

### Configuration

```javascript
var Pili = require('pili');
var Pili = require('piliv2');

var ACCESS_KEY = 'QiniuAccessKey';
var SECRET_KEY = 'QiniuSecretKey';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pili",
"name": "piliv2",
"version": "v2.0.0",
"description": "Pili Streaming Cloud Server-Side Library For NodeJS",
"main": "index.js",
Expand Down

0 comments on commit d7e2c28

Please sign in to comment.