Skip to content

Commit 9d844ea

Browse files
committed
move installation instructions into collapsible
1 parent 1f276ad commit 9d844ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ According to them it
1717
1818
This plugin does its best to enable and disable transpiling features as the [documentation says is available][runtime].
1919

20-
## Installation
20+
## Usage
21+
22+
<details>
23+
<summary>Installation</summary>
2124

2225
```shell
2326
npm i -D esbuild-cf-functions-plugin
@@ -31,7 +34,7 @@ pnpm i -D esbuild-cf-functions-plugin
3134
yarn add -D esbuild-cf-functions-plugin
3235
```
3336

34-
## Usage
37+
</details>
3538

3639
```js
3740
// build.mjs

0 commit comments

Comments
 (0)