From faa561f6d3d6ffc6e42c121a0c2a54021200a0ba Mon Sep 17 00:00:00 2001 From: Fan Mo Date: Sat, 16 Feb 2019 14:10:03 +0800 Subject: [PATCH] Add spaces to README.md Add spaces to README.md so that GitHub would preview Markdown correctly. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be45d530..2cb38059 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -#GwtBootstrap3-Extras [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/) +# GwtBootstrap3-Extras [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/) GWTBootstrap3-Extras is a collection of wrappers based on the [GwtBootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3) for 3rd party extensions of [Twitter Bootstrap](http://getbootstrap.com/), which helps you develop responsive, mobile first HTML, CSS, and JS projects on the web using Java and Google Web Toolkit (GWT). -###Add GWTBootstrap3-Extras to your project +### Add GWTBootstrap3-Extras to your project You can easily add GWTBootstrap3-Extras to your project by including the library as a Maven dependency. ```xml @@ -13,18 +13,18 @@ You can easily add GWTBootstrap3-Extras to your project by including the library provided ``` -###Current Release +### Current Release * 0.9.3 - Released on 24 February 2016. * Based on GwtBootstrap v0.9.3 * [Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/) - The GWTBootstrap3 0.9.3 Demo. * [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/extras-apidocs) - The GWTBootstrap3-Extras 0.9.3 API Javadoc. -###Current Snapshot +### Current Snapshot * 1.0-SNAPSHOT * [Snapshot Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot) - GWTBootstrap3 v1.0-SNAPSHOT Demo. (Updated after every commit) * [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot/extras-apidocs) - GWTBootstrap3-Extras v1.0-SNAPSHOT Javadoc. (Updated after every commit) -###Resources +### Resources * [Project Wiki](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/wiki) - Help with getting started and other useful project help. * [GwtBootstrap3 Google Group](https://groups.google.com/forum/?fromgroups#!forum/gwtbootstrap3) - Ask questions here. * [Issues](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/issues) - File bugs here.