Skip to content

Commit a263baa

Browse files
committed
update readme
1 parent d3d5d26 commit a263baa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ npm test
5151
```
5252

5353
### And coding style tests
54-
We use eslint that extends the airbnb-standard. You can read more here: [airbnb/js](https://github.com/airbnb/javascript)
54+
We use eslint that extends the airbnb-standard. You can read more here: [airbnb/js](https://github.com/airbnb/javascript)
5555

5656
```
5757
npm run lint
@@ -94,7 +94,7 @@ Types of integers:
9494

9595
- [X] Even and odd numbers
9696
- [X] Prime number
97-
- [ ] Composite number
97+
- [X] Composite number
9898

9999
Computability:
100100

@@ -103,13 +103,13 @@ Computability:
103103
- [X] Minimum
104104
- [X] Maximum
105105
- [ ] Range
106-
- [X] Average
106+
- [X] Average
107107
- [X] Mode
108108
- [X] Median
109109
- [X] Deviation
110110
- [X] Ascending
111111
- [X] Descending
112-
- [ ] Absolute/magnitude (non-negative value of a number)
112+
- [X] Absolute/magnitude (non-negative value of a number)
113113

114114
## Built With
115115

@@ -121,7 +121,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
121121

122122
## Versioning
123123

124-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/variadicjs/variadic.js/releases).
124+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/variadicjs/variadic.js/releases).
125125

126126
## Authors
127127

0 commit comments

Comments
 (0)