Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Nov 27, 2014
1 parent c324350 commit efc7bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Scaffold a new Polymer project:
Available generators:

- [polymer (aka polymer:app)](#app)
- [polymer:el](#el)
- [polymer:el](#element-alias-el)
- [polymer:seed](#seed)
- [polymer:gh](#gh)

Expand Down Expand Up @@ -69,7 +69,7 @@ yo polymer:el my-element
**Note: You must pass in an element name, and the name must contain a dash "-"**

### Seed
Generates a reusable polymer element based on the [seed-element workflow](http://www.polymer-project.org/docs/start/reusableelements.html). **This should only be used if you're creating a standalone element repo that you intend to share with others via bower.** If you're just building a Polymer app, stick to the [El](#el) generator.
Generates a reusable polymer element based on the [seed-element workflow](http://www.polymer-project.org/docs/start/reusableelements.html). **This should only be used if you're creating a standalone element repo that you intend to share with others via bower.** If you're just building a Polymer app, stick to the [Element](#element-alias-el) generator.

The seed-element generator will construct a new element _and_ its directory for
you. Be aware: all bower dependencies will be installed as _siblings_ of the
Expand Down

0 comments on commit efc7bbd

Please sign in to comment.