Skip to content

Commit f4f20b4

Browse files
authored
Update README.md
Comment out the logo
1 parent 27854b7 commit f4f20b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
**[Getting Started][start] | [Element Catalog][storybook] | [Discovery doc](https://docs.google.com/document/d/1THnbwpUelkNfwHs8br-DmFYbJjX5NQwVveGYAP7XUAY/edit) | [Creating Components][develop] | [Theming Components][theming]**
22

3-
![PFElements logo](./brand/logo/png/rhelements-logo-red.png)
3+
<!-- ![PatternFly Elements logo](./brand/logo/png/rhelements-logo-red.png) -->
44

55
[PatternFly Elements][pfe] is a collection of flexible and lightweight [Web Components][wc], and the tools to build them. PatternFly Elements are...
66

77
- **Lightweight**: small file size, minimal boilerplate, no "framework-like" features.
8-
- **Universal**: write once, use everywhere. PFElements work in React, Vue, Angular, vanilla JS, anywhere HTML elements are used.
8+
- **Universal**: write once, use everywhere. PatternFly Elements work in React, Vue, Angular, vanilla JS, anywhere HTML elements are used.
99

1010
The result of these two principles is plugging one set of comopnents into a wide variety of applications, bringing UX consistency and developer familiarity to any web project.
1111

@@ -20,7 +20,7 @@ Let's get started!
2020
npm install # this will take a while due to lerna bootstrap
2121
npm run storybook
2222

23-
The `storybook` script will launch the interactive demo pages.
23+
The storybook script will launch the interactive demo pages.
2424

2525
_Notice: You will need to use [Node](https://nodejs.org/en/) v.7 or higher. Storybook *may* not work with Node v.10._
2626

0 commit comments

Comments
 (0)