Skip to content

Commit 27854b7

Browse files
authored
Update README.md
Fixes issue #278
1 parent 5647715 commit 27854b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![PFElements logo](./brand/logo/png/rhelements-logo-red.png)
44

5-
[PFElements][rhe] is a collection of flexible and lightweight [Web Components][wc], and the tools to build them. PFElements are...
5+
[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.
88
- **Universal**: write once, use everywhere. PFElements work in React, Vue, Angular, vanilla JS, anywhere HTML elements are used.
@@ -15,23 +15,23 @@ Let's get started!
1515

1616
## Quick-start
1717

18-
git clone [email protected]:RHElements/rhelements.git
19-
cd rhelements
18+
git clone [email protected]:patternfly/patternfly-elements.git
19+
cd patternfly-elements
2020
npm install # this will take a while due to lerna bootstrap
21-
npm start
21+
npm run storybook
2222

23-
The `start` script will launch the demo pages. Demo pages are static showcases of each element, and also serve as scratchpads for experimenting while working on an element.
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

2727
---
2828

2929
**[Getting Started][start] | [Developing Components][develop] | [Theming][theming]**
3030

31-
[rhe]: https://github.com/RHElements/rhelements
31+
[pfe]: https://github.com/patternfly/patternfly-elements
3232
[wc]: https://developer.mozilla.org/en-US/docs/Web/Web_Components
33-
[home]: https://rhelements.github.io/
33+
[home]: https://rhelements.github.io
3434
[start]: https://rhelements.github.io/getting-started/
3535
[develop]: https://rhelements.github.io/develop/
3636
[theming]: https://rhelements.github.io/theme/
37-
[storybook]: https://rhelements.github.io/rhelements/
37+
[storybook]: https://www.patternfly.org/patternfly-elements

0 commit comments

Comments
 (0)