Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Change 'LICENSE' to 'License'
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 24, 2018
1 parent 7d4010f commit c51a957
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ This starts a Node.js REPL where you can import every module inside `packages/`
pnpm run repl
```

## LICENSE
## License

[MIT](https://git.io/fxKXN) © [Hoàng Văn Khải](https://github.com/KSXGitHub)
2 changes: 1 addition & 1 deletion packages/git-sorted-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ git-sorted-tags --help
git sorted-tags
```

## LICENSE
## License

[MIT](https://git.io/fxKXN) © [Hoàng Văn Khải](https://github.com/KSXGitHub)
2 changes: 1 addition & 1 deletion packages/sort-versions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ console.log(sort([
]))
```

## LICENSE
## License

[MIT](https://git.io/fxKXN) © [Hoàng Văn Khải](https://github.com/KSXGitHub)
2 changes: 1 addition & 1 deletion packages/wide-text-bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ wide-text 'abc def ghi'
wide-text -c 0 -w 3 'abc def ghi'
```

## LICENSE
## License

[MIT](https://git.io/fxKXN) © [Hoàng Văn Khải](https://github.com/KSXGitHub)
2 changes: 1 addition & 1 deletion packages/wide-text-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

TypeScript types used by wide-text package

## LICENSE
## License

[MIT](https://git.io/fxKXN) © [Hoàng Văn Khải](https://github.com/KSXGitHub)
2 changes: 1 addition & 1 deletion packages/wide-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ createWideText('abc def ghi') // expect: 'a b c d e f g h i'
createWideText('abc def ghi', { charSep: 0, wordSep: 3 }) // expect: 'abc def ghi'
```

## LICENSE
## License

[MIT](https://git.io/fxKXN) © [Hoàng Văn Khải](https://github.com/KSXGitHub)

0 comments on commit c51a957

Please sign in to comment.