Skip to content

Commit

Permalink
normalize README
Browse files Browse the repository at this point in the history
  • Loading branch information
MeTaNoV committed Mar 10, 2017
1 parent db36553 commit 8b31424
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
6 changes: 3 additions & 3 deletions PUBLISH.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Registering to Bower

`bower register iron-swipeable-pages git://github.com/MeTaNoV/iron-swipeable-pages.git`
`bower register iron-swipeable-pages git://github.com/GeoloeG/iron-swipeable-pages.git`

## Registering to Gemnasium

https://gemnasium.com/MeTaNoV/
https://gemnasium.com/GeoloeG/

## Registering to Waffle

https://waffle.io/MeTaNoV/firebase-element-extended
https://waffle.io/GeoloeG/iron-swipeable-pages

## Registering to Travis

Expand Down
33 changes: 19 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[![Bower version](https://badge.fury.io/bo/iron-swipeable-pages.svg)](https://badge.fury.io/bo/iron-swipeable-pages)
[![Build Status](https://travis-ci.org/MeTaNoV/iron-swipeable-pages.svg?branch=master)](https://travis-ci.org/MeTaNoV/iron-swipeable-pages)
[![Dependency Status](https://gemnasium.com/MeTaNoV/iron-swipeable-pages.svg)](https://gemnasium.com/MeTaNoV/iron-swipeable-pages)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg?style=flat-square)](https://www.webcomponents.org/element/GeoloeG/iron-swipeable-pages)

`<iron-swipeable-pages>` manages a set of pages and provides the ability to switch between them by swiping gesture.
# `<iron-swipeable-pages>`

## Demo
## Descripton

[https://metanov.github.io/iron-swipeable-pages/](https://metanov.github.io/iron-swipeable-pages/components/iron-swipeable-pages/demo/)
`<iron-swipeable-pages>` manages a set of pages and provides the ability to switch between them by swiping gesture.

## Install

Expand All @@ -26,6 +24,16 @@ Import Custom Element:

And then use it:

<!---
```
<custom-element-demo>
<template>
<link rel="import" href="numbro-element.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<iron-swipeable-pages selected="0">
<div>One</div>
Expand All @@ -34,7 +42,11 @@ And then use it:
</iron-swipeable-pages>
```

See the [Documentation](https://metanov.github.io/iron-swipeable-pages/) for more options.
See the [Documentation](https://geoloeg.github.io/iron-swipeable-pages/) for more options.

## More Demos

[https://geoloeg.github.io/iron-swipeable-pages/](https://geoloeg.github.io/iron-swipeable-pages/components/iron-swipeable-pages/demo/)

## Discussing

Expand All @@ -47,10 +59,3 @@ If you have any questions, you can find me on the [Polymer Slack Channel](https:
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

[MIT License](http://opensource.org/licenses/MIT) © Pascal Gula

[![Throughput Graph](https://graphs.waffle.io/MeTaNoV/iron-swipeable-pages/throughput.svg)](https://waffle.io/MeTaNoV/iron-swipeable-pages/metrics)

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-swipeable-pages",
"version": "1.2.6",
"version": "1.2.8",
"authors": [
"Pascal Gula aka MeTaNoV <[email protected]>"
],
Expand Down

0 comments on commit 8b31424

Please sign in to comment.