Skip to content

Commit

Permalink
Remind about installation when using programmatically
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 15, 2024
1 parent 2a4a6d9 commit d3cdff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A small utility (and CLI) to import content files from various content sources.

## Usage

Published to [npm](https://www.npmjs.com/package/@11ty/import).
Published to [npm](https://www.npmjs.com/package/@11ty/import). These commands do not require separate installation.

```sh
npx @11ty/import --help
Expand Down Expand Up @@ -107,6 +107,8 @@ npx @11ty/import bluesky @11ty.dev

### Programmatic API

Don’t forget to install this into your project: `npm install @11ty/import`

```js
import { Importer } from "@11ty/import";

Expand Down

0 comments on commit d3cdff1

Please sign in to comment.