Skip to content

Commit

Permalink
chore(examples): Small readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Aug 1, 2020
1 parent ce2394f commit bbcf6f1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/create-react-app-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This project was bootstrapped with

## What's Included

This example will setup an example Next.js + react-md app that has the following
features:
This example will setup an example Create React App + ReactMD app that has the
following features:

- [tsconfig.json](./tsconfig.json) to allow absolute imports instead of relative
imports from the `"src"` directory
Expand Down
4 changes: 2 additions & 2 deletions examples/create-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This project was bootstrapped with

## What's Included

This example will setup an example Next.js + react-md app that has the following
features:
This example will setup an example Create React App + ReactMD app that has the
following features:

- [jsconfig.json](./jsconfig.json) to allow absolute imports instead of relative
imports from the `"src"` directory
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a [Gatsby](https://www.gatsbyjs.org/) project using

## What's Included

This example will setup an example Gatsby + react-md app that has the following
This example will setup an example Gatsby + ReactMD app that has the following
features:

- [\_variables.scss](./src/styles/_variables.scss) to override the default
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a [Gatsby](https://www.gatsbyjs.org/) project using

## What's Included

This example will setup an example Gatsby + react-md app that has the following
This example will setup an example Gatsby + ReactMD app that has the following
features:

- [\_variables.scss](./src/styles/_variables.scss) to override the default
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using [react-md](https://react-md.dev) as the component library with

## What's Included

This example will setup an example Next.js + react-md app that has the following
This example will setup an example Next.js + ReactMD app that has the following
features:

- [tsconfig.json](./tsconfig.json) to allow absolute imports instead of relative
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using [react-md](https://react-md.dev) as the component library.

## What's Included

This example will setup an example Next.js + react-md app that has the following
This example will setup an example Next.js + ReactMD app that has the following
features:

- [jsconfig.json](./jsconfig.json) to allow absolute imports instead of relative
Expand Down

0 comments on commit bbcf6f1

Please sign in to comment.