From d804ba4cc045d499458e4e0c74b0c11de067b4e3 Mon Sep 17 00:00:00 2001 From: Tim Branyen Date: Fri, 9 Jun 2017 18:32:14 -0700 Subject: [PATCH] Test out letter spacing --- README.md | 2 +- .../babel-plugin-transform-diffhtml/README.md | 9 +++---- packages/diffhtml-website/README.md | 25 ++++++++----------- packages/diffhtml/README.md | 2 +- 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index ad8fa4a7..844d56c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#
<±/> diffHTML: A JavaScript View Layer
+# <±/> diffHTML: A JavaScript View Library *An integrated collection of JavaScript tools for building user interfaces.* diff --git a/packages/babel-plugin-transform-diffhtml/README.md b/packages/babel-plugin-transform-diffhtml/README.md index 932eed13..2002302f 100644 --- a/packages/babel-plugin-transform-diffhtml/README.md +++ b/packages/babel-plugin-transform-diffhtml/README.md @@ -1,5 +1,4 @@ -diffHTML Babel Transform Plugin -------------------------------- +# <±/> diffHTML: Babel Transform Plugin Stable Version: 1.0.0-beta.4 @@ -16,13 +15,13 @@ build time since you can exclude more of diffHTML from your build. **Note!* This plugin has been built for use in Babel 6.x environments, and will not work with Babel 5.x ( *deprecated*) or older versions.** -##### Installation +## Installation ``` javascript npm i --save-dev babel-plugin-transform-diffhtml ``` -##### How to use +## How to use Add the plugin to your `package.json` and update the plugin section in your `.babelrc` file. Or if your Babel settings are located inside the @@ -76,7 +75,7 @@ function renderTime(time) { renderTime(new Date()); ``` -##### Specifying options +### Specifying options You can override three identifiers that are used within the transform: diff --git a/packages/diffhtml-website/README.md b/packages/diffhtml-website/README.md index ed7ec194..9dd2300b 100644 --- a/packages/diffhtml-website/README.md +++ b/packages/diffhtml-website/README.md @@ -1,19 +1,16 @@ -# www.diffhtml.org +# <±/> diffHTML Website -This is the source for the [www.diffhtml.org](https://www.diffhtml.org) -website, powered by: [Node](https://nodejs.com/) and -[NodeGit](http://nodegit.org). - -This repo also contains [diffHTML's](https://github.com/tbranyen/diffhtml) -[source -documentation](https://github.com/tbranyen/diffhtml-website/tree/master/template.html). +*Source for https://www.diffhtml.org* -### Setup +This is the source for the [www.diffhtml.org](https://www.diffhtml.org) +website. -* `npm install` - To get all the dependencies -* `npm start` - To start the website locally on port 8000 +## Setup -### Contributing +``` sh +# To get all the dependencies +npm install -Open a pull request with your changes and once reviewed, they will be merged -and published to the production site. +# To start the website locally on port 8000 +npm start +``` diff --git a/packages/diffhtml/README.md b/packages/diffhtml/README.md index bd40f22e..7aca5e80 100644 --- a/packages/diffhtml/README.md +++ b/packages/diffhtml/README.md @@ -1,4 +1,4 @@ -#
<±/> diffHTML
+#
<±/> diffHTML
*The core diffHTML library that parses HTML, syncs changes, and patches the DOM.*