Skip to content

Commit c4c8062

Browse files
committed
Meta tweaks
1 parent 6e6993b commit c4c8062

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

readme.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Useful to be able to measure the actual width of command-line output.
88

99
## Install
1010

11-
```
12-
$ npm install string-width
11+
```sh
12+
npm install string-width
1313
```
1414

1515
## Usage
@@ -60,15 +60,3 @@ Whether [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) shou
6060
- [string-width-cli](https://github.com/sindresorhus/string-width-cli) - CLI for this module
6161
- [string-length](https://github.com/sindresorhus/string-length) - Get the real length of a string
6262
- [widest-line](https://github.com/sindresorhus/widest-line) - Get the visual width of the widest line in a string
63-
64-
---
65-
66-
<div align="center">
67-
<b>
68-
<a href="https://tidelift.com/subscription/pkg/npm-string-width?utm_source=npm-string-width&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
69-
</b>
70-
<br>
71-
<sub>
72-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
73-
</sub>
74-
</div>

0 commit comments

Comments
 (0)