Skip to content

Commit

Permalink
Fix version badge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPierce committed Aug 29, 2024
1 parent bb92d76 commit fe767cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Profanity

[![GitHub version](https://badge.fury.io/gh/2Toad%2FProfanity.svg)](https://github.com/2Toad/Profanity/releases)
![GitHub Release](https://img.shields.io/github/v/release/2Toad/Profanity)
[![Downloads](https://img.shields.io/npm/dm/@2toad/profanity.svg)](https://www.npmjs.com/package/@2toad/profanity)
[![Build status](https://github.com/2toad/profanity/actions/workflows/nodejs.yml/badge.svg)](https://github.com/2Toad/Profanity/actions/workflows/nodejs.yml)
[![Build status](https://github.com/2toad/profanity/actions/workflows/ci.yml/badge.svg)](https://github.com/2Toad/Profanity/actions/workflows/nodejs.yml)

A JavaScript profanity filter (with TypeScript support)

Expand Down
6 changes: 3 additions & 3 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Thank you for wanting to contribute to the Profanity project. With your contribu
1. Make sure you run the following scripts in local, and that all of them pass, before submitting a PR:
1. `npm run lint`
2. `npm run prettier`
3. `npm test`
4. `npm run build`
3. `npm run build`
4. `npm test`
2. Make sure your PR is targeting the correct branch (see Step 2.ii)
3. At the top of your PR description write: "Fixes #_n_". Where _n_ is the number of the Issue your PR is fixing (e.g., `Fixes #33`). This will tell GitHub to associate your PR with the Issue.

Expand All @@ -24,7 +24,7 @@ Thank you for wanting to contribute to the Profanity project. With your contribu

### Prerequisites

- `master` branch: [Node 12+](https://nodejs.org)
- `master` branch: [Node 20+](https://nodejs.org)
- `1.x.x` branch: [Node 10.23.0](https://nodejs.org)

### Source Code
Expand Down

0 comments on commit fe767cc

Please sign in to comment.