Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
heimdallrj committed Sep 12, 2024
1 parent 86e43e9 commit a904b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ hydra serve

*Specify npm script to run*
```bash
hydra serve [--script|-s] dev
hydra serve [-s|--script] dev
```

*Start the server in development mode*
```bash
hydra serve [--dev|-d]
hydra serve [-d|--dev]
```

### Development Setup
Expand Down Expand Up @@ -93,7 +93,7 @@ To publish the package to npm:
npm login
```

2. Make sure the NPM_TOKEN secret is added to your GitHub repository.
2. Make sure the `NPM_TOKEN` secret is added to your GitHub repository.

3. Create a new version tag and push it to GitHub:

Expand Down

0 comments on commit a904b4d

Please sign in to comment.