Skip to content

Commit

Permalink
fix(readme): fixed readme table of contents links
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabetkrish authored and 10xLaCroixDrinker committed Aug 31, 2022
1 parent dbbb726 commit b488c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This project adheres to the American Express [Code of Conduct](./CODE_OF_CONDUCT

4. You can now run any of these scripts from the root folder.

#### Running tests
#### Running test scripts

- **`npm run lint`**

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Want to get paid for your contributions to `babel-preset-amex`?

* [Usage](#-usage)
* [Contributing](#-contributing)
* [License](#-license)
* [Code of Conduct](#-code-of-conduct)
* [License](#%EF%B8%8F-license)
* [Code of Conduct](#%EF%B8%8F-code-of-conduct)

## 🤹‍ Usage

Expand Down Expand Up @@ -72,7 +72,7 @@ Plugins
- [babel-plugin-transform-react-remove-prop-types](https://www.npmjs.com/package/babel-plugin-transform-react-remove-prop-types)

If you wish to re-configure any of those presets do not redefine them
within you `.babelrc`. Instead you can configure them through the
within your `.babelrc`. Instead you can configure them through the
`amex` preset.

```json
Expand All @@ -86,7 +86,7 @@ within you `.babelrc`. Instead you can configure them through the
}
]
]
};
}
```


Expand All @@ -109,4 +109,4 @@ Any contributions made under this project will be governed by the [Apache Licens
## 🗣️ Code of Conduct

This project adheres to the [American Express Community Guidelines](./CODE_OF_CONDUCT.md).
By participating, you are expected to honor these guidelines.
By participating, you are expected to honor these guidelines.

0 comments on commit b488c36

Please sign in to comment.