Skip to content

Commit

Permalink
Merge 881adbf into 06c716d
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreozot committed Aug 17, 2016
2 parents 06c716d + 881adbf commit 8248c73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -9,17 +9,17 @@
## Feature

- Base Web Component Server Side Rending
- Component as Sevice
- Component as a Sevice

## Advantage

## Explanation

### Web Component

Must mention that `Web Components` supported by `posthmlt-web-compoent` don't completely follow the [Web Components](http://www.w3.org/TR/components-intro/) draft.
Must mention that `Web Components` supported by `posthmlt-web-component` don't completely follow the [Web Components](http://www.w3.org/TR/components-intro/) draft.

A typical posthtml web compnent look as following:
A typical posthtml web component looks as following:

```html
<!-- clock.html -->
Expand Down Expand Up @@ -65,7 +65,7 @@ A typical posthtml web compnent look as following:
</script>
```

This is a runable component itself. Consider There is a `index.html`:
This is a runnable component itself. Consider there is a `index.html`:

```html
<!-- index.html -->
Expand Down Expand Up @@ -147,7 +147,7 @@ Work fine!

### LinkImport

We have two type `LinkImport`, local and remote.
We have two types of `LinkImport`, local and remote.

```html
<!-- local LinkImport -->
Expand All @@ -157,4 +157,4 @@ We have two type `LinkImport`, local and remote.
<link rel="import" href="http://example.com/hello-world.html">
```

The difference of these two type is remote `LinkImport` could call an remote service, this is to say remote `LinkImport` could be dynamic.
The difference of these two types is that remote `LinkImport` could call a remote service, this is to say remote `LinkImport` could be dynamic.

0 comments on commit 8248c73

Please sign in to comment.