From a060972762fd72c84d31569d013ebf3667c1d75a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 23:56:26 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 667c85b..a55b30b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -##GwtChosen +## GwtChosen [Chosen](https://github.com/harvesthq/chosen) is a javascript plugin (for jQuery and Prototype) _that makes long, unwieldy select boxes much more user-friendly._ GwtChosen is a port of the jquery version of Chosen for GWT Web Toolkit. It is not a wrapper but a complete rewrite using the GWT standards. It is available as a GwtQuery plugin or as a widget. -##Documentation +## Documentation * [For documentation and examples](http://dev.arcbees.com/gwtchosen/) -##Stable version +## Stable version * [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.arcbees.gwtchosen) -##Maven Configuration +## Maven Configuration ### Release: ```xml @@ -37,33 +37,33 @@ ``` -#Contributor +# Contributor -##IDE Setup +## IDE Setup * Create a git clone. * Import the project using Maven. * General IDEA and Eclipse project import instructions can be found [here](http://c.gwt-examples.com/home/maven/ide-import). * If using Eclipse double check the GwtChosen GPE plugin and see if GWT is enabled. -##Debugging integration tests locally +## Debugging integration tests locally 1. `cd integration-test` 2. `mvn gwt:run -Pintegration-test` 3. Open your browser to `http://127.0.0.1:8080/#{test case token}` -##Uploading docs and demos +## Uploading docs and demos 0. Add your Github credentials to `~/.m2/settings.xml` 1. `cd sample` 2. `mvn clean install site` This will upload the docs site to branch `gh-pages` to be served at `http://arcbees.github.io/gwtchosen`. -##Credits +## Credits * The initial chosen javascript plugin was built by [Harvest](http://www.getharvest.com/). * Concept and development by [Patrick Filler](http://patrickfiller.com/). * Design and CSS by [Matthew Lettini](http://matthewlettini.com/) * The GWT port of Chosen was built by [Julien Dramaix](https://plus.google.com/u/0/103916508880440628637) -##Thanks to +## Thanks to [![Arcbees.com](http://i.imgur.com/HDf1qfq.png)](http://arcbees.com) [![Atlassian](http://i.imgur.com/BKkj8Rg.png)](https://www.atlassian.com/)