diff --git a/README.md b/README.md index 7d907c8..55590a7 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,57 @@ -Useful tool that analyzes a webpage and detects **performance** and **front-end code quality** issues. +Analyzes a webpage and detects **performance** or **front-end code quality** issues. ### Choose your way to use the tool: - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
-The online tool (recommended) -[http://yellowlab.tools](http://yellowlab.tools) - - -
-The CLI (Command Line Interface) - [doc here](https://github.com/gmetais/YellowLabTools/wiki/Command-Line-Interface) -```npm install yellowlabtools -g``` - - -
-The Grunt task for developers or Continuous integration -Visit [gmetais/grunt-yellowlabtools](https://github.com/gmetais/grunt-yellowlabtools) - - -
-The NPM package - [doc here](https://github.com/gmetais/YellowLabTools/wiki/NodeJS-module) -```npm install yellowlabtools``` - - -
-The public API - [doc here](https://github.com/gmetais/YellowLabTools/wiki/Public-API) -Allows you to launch runs in a RESTful way - -

REST

-
+ The online tool (recommended) +
+ http://yellowlab.tools +
+ +
+ The CLI (Command Line Interface) - doc here + + +
+ The Grunt task for devs or CI +
+ Visit gmetais/grunt-yellowlabtools +
+ +
+ The NPM package - doc here + + +
+ The public API - doc here +
+ Allows you to launch runs from any language +
+ +
diff --git a/doc/img/YLT-cli-animated.gif b/doc/img/YLT-cli-animated.gif index cc27d5d..ff6650f 100644 Binary files a/doc/img/YLT-cli-animated.gif and b/doc/img/YLT-cli-animated.gif differ diff --git a/doc/img/api-logo.png b/doc/img/api-logo.png new file mode 100644 index 0000000..8a54bd0 Binary files /dev/null and b/doc/img/api-logo.png differ diff --git a/doc/img/grunt-logo.png b/doc/img/grunt-logo.png index 8b1b5c0..c0c3217 100644 Binary files a/doc/img/grunt-logo.png and b/doc/img/grunt-logo.png differ diff --git a/doc/img/npm-logo.png b/doc/img/npm-logo.png index 6251ff5..71ab70d 100644 Binary files a/doc/img/npm-logo.png and b/doc/img/npm-logo.png differ