Skip to content

Commit 96ef870

Browse files
author
Felix Hammerl
committed
Update README.md
1 parent f3127eb commit 96ef870

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ UMD module that encodes and decodes JavaScript (Unicode/UCS-2) strings to UTF-7
44

55
### [volo](http://volojs.org/):
66

7-
volo add whiteout-io/utf7/2.0.0
7+
volo add whiteout-io/utf7/v2.0.0
88

99
### [Bower](http://bower.io/):
1010

11-
bower install git@github.com:whiteout-io/utf7.git#2.0.0
11+
bower install git@github.com:whiteout-io/utf7.git#v2.0.0
1212

1313
### [npm](https://www.npmjs.org/):
1414

15-
npm install https://github.com/whiteout-io/utf7/tarball/2.0.0
15+
npm install https://github.com/whiteout-io/utf7/tarball/v2.0.0
1616

1717
## Usage
1818

@@ -44,8 +44,9 @@ By default, `.encode()` only encodes the default characeters defined in RFC 2152
4444

4545
## License
4646

47-
[Original code](https://github.com/kkaefer/utf7) licensed under BSD by Konstantin Käfer
47+
[Original code](https://github.com/kkaefer/utf7) licensed under MIT by Konstantin Käfer
4848

49+
```
4950
Copyright (c) 2010-2011 Konstantin Käfer
5051
5152
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -65,5 +66,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6566
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6667
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6768
THE SOFTWARE.
69+
```
6870

69-
UMD fork licensed under BSD by Andris Reinman
71+
UMD fork licensed under MIT by Andris Reinman

0 commit comments

Comments
 (0)