diff --git a/README b/README.md similarity index 54% rename from README rename to README.md index 25bae84..f5b5a7a 100644 --- a/README +++ b/README.md @@ -1,5 +1,9 @@ -a talk aimed to try and get data scientists over that first hump of d3's learing curve and into the beautiful vista beyond... +A talk aimed to try and get data scientists over that first hump of d3's learing curve and into the beautiful vista beyond... The code for the slide mechanics was written by Mike Bostock in d3! The data is from meetup.com's public API. -In order to actually run through talk, clone this repository and run `python -m SimpleHTTPServer 8000`. Then point your browser at http://localhost:8000. +In order to actually run through talk, clone this repository and run this command from inside the cloned dir: + +`python -m SimpleHTTPServer 8000` + +Then point your browser at http://localhost:8000 diff --git a/index.html b/index.html index d9c37f6..4c395e4 100644 --- a/index.html +++ b/index.html @@ -73,38 +73,38 @@