Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 authored Apr 19, 2017
1 parent a62d5dd commit 4993cfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thing! https://github.com/PolymerLabs/tedium/issues
[![Build status](https://travis-ci.org/PolymerElements/app-route.svg?branch=master)](https://travis-ci.org/PolymerElements/app-route)


##<app-route>
## <app-route>

`app-route` is an element that enables declarative, self-describing routing
for a web app.
Expand Down Expand Up @@ -89,7 +89,7 @@ the `app-route` will update `route.path`. This in-turn will update the



##<app-location>
## <app-location>

`app-location` is an element that provides synchronization between the
browser location bar and the state of an app. When created, `app-location`
Expand Down Expand Up @@ -149,7 +149,7 @@ window.dispatchEvent(new CustomEvent('location-changed'));



##<app-route-converter>
## <app-route-converter>

`app-route-converter` provides a means to convert a path and query
parameters into a route object and vice versa. This produced route object
Expand Down Expand Up @@ -207,7 +207,7 @@ turn is consumed by the `app-route`.



##Polymer.AppRouteConverterBehavior
## Polymer.AppRouteConverterBehavior

Provides bidirectional mapping between `path` and `queryParams` and a
app-route compatible `route` object.
Expand Down

0 comments on commit 4993cfb

Please sign in to comment.