Skip to content

Commit 1354ab0

Browse files
committed
docs: rename TinkoffCreditSystems -> Tinkoff
1 parent e229d61 commit 1354ab0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tinkoff Utils [![Build](https://travis-ci.org/TinkoffCreditSystems/utils.js.svg?branch=master)](https://travis-ci.org/TinkoffCreditSystems/utils.js) [![Coverage Status](https://coveralls.io/repos/github/TinkoffCreditSystems/utils.js/badge.svg?branch=master&t=CdowK8)](https://coveralls.io/github/TinkoffCreditSystems/utils.js?branch=master)
1+
# Tinkoff Utils [![Build](https://travis-ci.org/Tinkoff/utils.js.svg?branch=master)](https://travis-ci.org/Tinkoff/utils.js) [![Coverage Status](https://coveralls.io/repos/github/Tinkoff/utils.js/badge.svg?branch=master&t=CdowK8)](https://coveralls.io/github/Tinkoff/utils.js?branch=master)
22

33
> Fast, small and purely functional utility library
44
@@ -10,19 +10,19 @@ $ npm install @tinkoff/utils
1010
## Features
1111
- [Fast](#benchmarks)
1212
- [Small](#bundle-size)
13-
- [Fully tested](https://coveralls.io/github/TinkoffCreditSystems/utils.js)
14-
- [Documented](https://tinkoffcreditsystems.github.io/utils.js)
13+
- [Fully tested](https://coveralls.io/github/Tinkoff/utils.js)
14+
- [Documented](https://Tinkoff.github.io/utils.js)
1515
- Purely functional
1616
- Modern codebase
1717

1818
## Structure of the library
19-
* [`/object`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/object) – for objects
20-
* [`/string`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/string) – for strings
21-
* [`/promise`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/promise) – for promises
22-
* [`/array`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/array) – for arrays or array-like objects
23-
* [`/function`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24-
* [`/is`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/is) – set of type checking methods
25-
* [`/`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src) – root contains utilities which don't satisfy any of the above categories or are universal
19+
* [`/object`](https://github.com/Tinkoff/utils.js/tree/master/src/object) – for objects
20+
* [`/string`](https://github.com/Tinkoff/utils.js/tree/master/src/string) – for strings
21+
* [`/promise`](https://github.com/Tinkoff/utils.js/tree/master/src/promise) – for promises
22+
* [`/array`](https://github.com/Tinkoff/utils.js/tree/master/src/array) – for arrays or array-like objects
23+
* [`/function`](https://github.com/Tinkoff/utils.js/tree/master/src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24+
* [`/is`](https://github.com/Tinkoff/utils.js/tree/master/src/is) – set of type checking methods
25+
* [`/`](https://github.com/Tinkoff/utils.js/tree/master/src) – root contains utilities which don't satisfy any of the above categories or are universal
2626

2727
## Usage
2828
```js
@@ -74,4 +74,4 @@ $ npm run benchmark
7474
| import ... from 'ramda/src/...' | 10 kb |
7575
| import ... from '@tinkoff/utils/...' | 2.32 kb |
7676

77-
For detailed comparison with specific libraries see [COMPARE.md](https://github.com/TinkoffCreditSystems/utils.js/tree/master/COMPARE.md)
77+
For detailed comparison with specific libraries see [COMPARE.md](https://github.com/Tinkoff/utils.js/tree/master/COMPARE.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test:ci": "npm run test -- --maxWorkers=4 && cat ./coverage/lcov.info | coveralls"
1212
},
1313
"description": "Fast, small and purely functional utility library",
14-
"repository": "https://github.com/TinkoffCreditSystems/utils.js",
15-
"bugs": "https://github.com/TinkoffCreditSystems/utils.js/issues",
14+
"repository": "https://github.com/Tinkoff/utils.js",
15+
"bugs": "https://github.com/Tinkoff/utils.js/issues",
1616
"keywords": [
1717
"tinkoff",
1818
"utils",

0 commit comments

Comments
 (0)