Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package provides PatternFly charting components for [PatternFly][patternfly

### Prerequisite

#### Node Environment
#### Node Environment

This project currently supports Node [Active LTS](https://github.com/nodejs/Release#release-schedule) releases. Please stay current with Node Active LTS when developing patternfly-react.

Expand Down
2 changes: 1 addition & 1 deletion packages/react-code-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package provides a PatternFly wrapper for the Monaco code editor

### Prerequisite
### Prerequisite

#### Node Environment

Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project provides the React core components for the [PatternFly project](htt
2. [Contribution guidelines](#Contribution-guidelines)
3. [License](#License)

### Setup
### Setup
Before you begin, check out this [overview of PatternFly](http://patternfly.org/get-started/about) to get familiar with the basic elements of the design system. These instructions also assume that an existing React project is set up. For more information on how to do this, please see our main [README](https://github.com/patternfly/patternfly-react/tree/main/README.md#setup).

#### Install the @patternfly/react-core NPM package
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PatternFly Icons as React Components.

## Usage
## Usage

```jsx
import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Library that provides CSS-in-JS capabilities

#### Example
#### Example

```jsx
import { css } from '@patternfly/react-styles';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package provides Table PatternFly components based on [PatternFly][patternfly]

### Prerequisite
### Prerequisite

#### Node environment

Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @patternfly/react-tokens

## Installation
## Installation

```bash
yarn add @patternfly/react-tokens
Expand Down