Skip to content

Commit fdd578b

Browse files
doc(readme): mk installation section corepack-friendly
Signed-off-by: Derek Lewis <[email protected]>
1 parent 775a82d commit fdd578b

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ Thanks!
9494

9595
<br />
9696

97-
### Installation
97+
<details>
98+
<summary>
99+
<!-- markdownlint-disable-next-line line-length -->
100+
<h3 id="installation" align="left">Installation <a href="##"><img src="https://raw.githubusercontent.com/nodejs/corepack/main/icon.svg?sanitize=true" alt="Corepack logo" title="Corepack friendly" align="right" height="24" width="24" /></a></h3>
101+
</summary>
102+
103+
<br />
98104

99105
`@openinf/util-md-table` runs on
100106
[supported versions of Node.js](#platform--node-js-lts) and is available via
@@ -112,9 +118,8 @@ npm i @openinf/util-md-table
112118

113119
**Using the pnpm CLI**
114120

115-
<sup>See the
116-
[official documentation for this command](https://pnpm.io/cli/add) for more
117-
information.</sup>
121+
<sup>See the [official documentation for this command](https://pnpm.io/cli/add)
122+
for more information.</sup>
118123

119124
```shell
120125
pnpm add @openinf/util-md-table
@@ -130,7 +135,9 @@ for more information.</sup>
130135
yarn add @openinf/util-md-table
131136
```
132137

133-
<br /><br />
138+
<br />
139+
140+
</details>
134141

135142
### Usage
136143

0 commit comments

Comments
 (0)