From 59ff7d17cdc016c7a2fe1876c66369682f4bfc54 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Sat, 2 Mar 2013 18:38:39 +0100 Subject: [PATCH] Remove double ampersands in header. Is this actually supposed to be double ampersands as some kind of in-joke since build processes are often chained with the shell operator `&&`? :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4351af..7d5c9588 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Each of the articles on the site has some [YAML "Front Matter"](https://github.c `level: advanced` -## Building && Working Locally +## Building & Working Locally As this site is part of the jQuery network of sites, its presentation is controlled by our [web base template](https://github.com/jquery/jquery-wp-content). To preview the site locally, first follow the [instructions there](https://github.com/jquery/jquery-wp-content) to set up a local version of the jQuery WordPress network. Then, clone this repo and run the following steps (node.js required).