Skip to content

Commit eb2b632

Browse files
pipopotamasusimonrenoult
authored andcommitted
revert unexpected changes
1 parent 1a61369 commit eb2b632

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010

1111
Quoting Michael Feathers (source [here][michael-feathers-source]):
1212

13-
_Often when we refactor, we look at local areas of code. If we take a wider
13+
*Often when we refactor, we look at local areas of code. If we take a wider
1414
view, using information from our version control systems, we can get a better
15-
sense of the effects of our refactoring efforts._
15+
sense of the effects of our refactoring efforts.*
1616

1717
Note: `code-complexity` currently measures complexity using either:
18-
1918
- lines of code count (all languages)
2019
- cyclomatic complexity (JavaScript/TypeScript)
2120
- halstead complexity (JavaScript/TypeScript)
@@ -84,8 +83,8 @@ A special thanks to a few contributors that helped me make `code-complexity` bet
8483
- Alexander Dormann (alexdo) for fixing the `ENOBUFS` (and apologies for stealing your code).
8584
- Scott Brooks (scottamplitude) for initiating the work on complexity strategies
8685

87-
[michael-feathers-source]: https://www.stickyminds.com/article/getting-empirical-about-refactoring
88-
[travis-image]: https://img.shields.io/travis/simonrenoult/code-complexity/master.svg?style=flat-square
86+
[michael-feathers-source]:https://www.stickyminds.com/article/getting-empirical-about-refactoring
87+
[travis-image]:https://img.shields.io/travis/simonrenoult/code-complexity/master.svg?style=flat-square
8988
[travis-url]: https://travis-ci.org/simonrenoult/code-complexity
9089
[style-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
9190
[style-url]: https://prettier.io/

0 commit comments

Comments
 (0)