Skip to content

Commit

Permalink
Update example readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jul 28, 2016
1 parent 67e9675 commit bc866cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions examples/skate-component/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## Skate Example
# Skate Example

This document demonstrates the [skate][] compiler output.

---

- [Skate Example](#skate-example)

- [Source Files](#source-files)
- [Markup](#markup)
- [Compiler Options](#compiler-options)
- [Build](#build)
- [Compiler Options](#compiler-options)- [Developer](#developer)

---

Expand All @@ -20,7 +19,6 @@ Component definition file:
<dom-module id="x-panel">

<template>

<style>
/*
Inline styles for the shadow DOM.
Expand Down Expand Up @@ -138,7 +136,7 @@ module.exports = {
}
```

## Build
## Developer

Developers that have configured the project can run `mk` and open `index.html` to see the rendered component, run `node server.js` and visit `http://localhost:3000` to serve over HTTP.

Expand Down
1 change: 0 additions & 1 deletion examples/skate-component/components.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<dom-module id="x-panel">

<template>

<style>
/*
Inline styles for the shadow DOM.
Expand Down
4 changes: 2 additions & 2 deletions examples/skate-component/example.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Skate Example
# Skate Example

This document demonstrates the [skate][] compiler output.

Expand All @@ -24,7 +24,7 @@ Example component usage:

<? @exec mkdir -p build && node example.js ?>

## Build
## Developer

Developers that have configured the project can run `mk` and open `index.html` to see the rendered component, run `node server.js` and visit `http://localhost:3000` to serve over HTTP.

Expand Down

0 comments on commit bc866cf

Please sign in to comment.