From 991650fb6a82848fe3db65c6cc94de400d368d21 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 20:58:09 -0300 Subject: [PATCH] Fix broken Markdown headings --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1210a9a..b5a4d81 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ var packages = { 'angular2-color-picker': {main:'index.js', defaultExtension: 'js'} }; ``` -#Build +# Build ```bash git clone https://github.com/Alberplz/angular2-color-picker.git npm install @@ -66,7 +66,7 @@ npm run build gulp copylib ``` -#Options +# Options Default option is the first item. ```html [cpOutputFormat]="'hex', 'rgba', 'hsla'" @@ -91,11 +91,11 @@ Default option is the first item. [cpAlphaChannel]="'hex6', 'hex8', 'disabled'" ``` -#Extra content +# Extra content If you want to change precalculated images for color picker sliders, you can find a little script in this project: https://github.com/Alberplz/angular-colorpicker-directive -#Tested in: +# Tested in: * Chrome * Firefox * Microsoft Edge @@ -103,5 +103,5 @@ https://github.com/Alberplz/angular-colorpicker-directive * Safari * Internet Explorer -#For previous version of Angular: +# For previous version of Angular: https://github.com/Alberplz/angular-colorpicker-directive \ No newline at end of file