Skip to content

Commit

Permalink
updated all npm in feed-discovery readme to be pnpm (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
TDDR committed Jan 31, 2022
1 parent b5750a9 commit 0fd339c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/feed-discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ The Feed Discovery Service provides an autodiscovery for feed url.
## Install

```
npm install
pnpm install
```

## Usage

```
# normal mode
npm start
pnpm start
# dev mode with automatic restarts
npm run dev
pnpm dev
```

By default the server is running on http://localhost:9999/.
Expand Down

0 comments on commit 0fd339c

Please sign in to comment.