Skip to content

Commit 1cdcafc

Browse files
committed
fixing readme
1 parent e0e837e commit 1cdcafc

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<p style="font-style: italic; font-size:12px;">The MarkLogic Data Hub Framework is a data integration framework and tool-set to quickly and efficiently integrate data from many sources into a single MarkLogic database, and expose that data.</p>
1+
_The MarkLogic Data Hub Framework is a data integration framework and tool-set to quickly and efficiently integrate data from many sources into a single MarkLogic database, and expose that data._
22

3-
<p style="font-style: italic; font-size:12px;">The Data Hub Framework is free and open source under the <a href="https://github.com/marklogic/marklogic-data-hub/blob/1.0-master/LICENSE">Apache 2 License</a> and is supported by the community of developers who build and contribute to it. Please note that this open source project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic.
4-
</p>
3+
_The Data Hub Framework is free and open source under the [Apache 2 License](https://github.com/marklogic/marklogic-data-hub/blob/1.0-master/LICENSE) and is supported by the community of developers who build and contribute to it. Please note that this open source project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic._
54

6-
OS | Status
7-
--- | --- | ---
8-
Linux/Mac | [![Build Status](https://travis-ci.org/marklogic/marklogic-data-hub.svg?branch=1.0-master)](https://travis-ci.org/marklogic/marklogic-data-hub)
9-
Windows | [![Windows Build status](https://ci.appveyor.com/api/projects/status/kgj0k5na59uhkvbv?svg=true)](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub)
5+
| OS | Status |
6+
| --- | --- |
7+
| Linux/Mac | [![Build Status](https://travis-ci.org/marklogic/marklogic-data-hub.svg?branch=1.0-master)](https://travis-ci.org/marklogic/marklogic-data-hub) |
8+
| Windows | [![Windows Build status](https://ci.appveyor.com/api/projects/status/kgj0k5na59uhkvbv?svg=true)](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub) |
109

1110
# MarkLogic Data Hub
1211

@@ -16,21 +15,21 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
1615

1716
# Getting Started
1817

19-
###Prerequisites
18+
### Prerequisites
2019

2120
You need these to get started
2221

2322
- Java 8 JDK
2423
- MarkLogic 8.0-2 or greater
2524
- Gradle 3.1 or greater **(Optional)**
2625

27-
###TL;DR
26+
### TL;DR
2827

2928
Head over to our [Getting Started Tutorial](https://marklogic.github.io/marklogic-data-hub/) to get up and running with the Data Hub.
3029

3130
Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses](http://mlu.marklogic.com/ondemand/index.xqy?q=Series%3A%22Operational%20Data%20Hubs%22)
3231

33-
###The Easiest Way
32+
### The Easiest Way
3433

3534
To use the Data Hub Framework you should download the quickstart.war file from the [releases page](https://github.com/marklogic/marklogic-data-hub/releases).
3635

@@ -40,7 +39,7 @@ Then Run the war like so:
4039
java -jar quickstart.war
4140
```
4241

43-
###Using the Hub in your existing Java project
42+
### Using the Hub in your existing Java project
4443

4544
Alternatively you can include the jar file as a build dependency in your Java project. Make sure you reference the latest version.
4645

0 commit comments

Comments
 (0)