Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #351 from w007878/hotfix/readme
Browse files Browse the repository at this point in the history
Add spaces to README.md
  • Loading branch information
sjardine authored Mar 19, 2019
2 parents 79df7af + faa561f commit 8153624
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,18 +13,18 @@ You can easily add GWTBootstrap3-Extras to your project by including the library
<scope>provided</scope>
</dependency>
```
###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.
Expand Down

0 comments on commit 8153624

Please sign in to comment.