Skip to content

Commit

Permalink
fix: whitespace changes to trigger prereleases (#9702)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Oct 3, 2023
1 parent 198d75d commit 741c248
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit 741c248

Please sign in to comment.