Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# HTMLing
# HTMLing - Compatibilating Syntax

[![Build Status](https://travis-ci.org/codemix/htmling.svg?branch=master)](https://travis-ci.org/codemix/htmling)

[Polymer](http://polymer-project.org/) compatible HTML5 based templating syntax for node.js.
Render your templates server-side using the same syntax as in the browser, with no virtual DOM trickery required.

For a full demonstration, please see [htmling-demo-app](https://github.com/codemix/htmling-demo-app).
For a full demonstration, please visit [htmling-demo-app](https://github.com/codemix/htmling-demo-app).

## Installation

Expand Down Expand Up @@ -164,7 +164,7 @@ app.configure(function(){
});
```

In development mode, you'll probably want to enable the `watch` option. This will reload your
In development mode, you should probably enable the `watch` option. This will reload your
templates when they change on disk:

```js
Expand Down Expand Up @@ -199,6 +199,6 @@ htmling:~/app(master)$ npm test

#### Other fancy shortcuts we have for Docker fans

* `$ make in` to open a new container terminal
* `$ make stop` to stop all containers
* `$ make clean` to clean the Docker environment
* `$ make in` to open a new container terminal.
* `$ make stop` to stop all containers.
* `$ make clean` to clean the Docker environment.