Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 9516564

Browse files
author
Jamie Snape
committed
Update badges and text in README
1 parent 33083f0 commit 9516564

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
Midas Platform
2-
==============
1+
# Midas Server #
32

4-
![Midas Platform](https://raw.githubusercontent.com/midasplatform/Midas/master/core/public/images/midas-200.png)
3+
![Midas Server](https://raw.githubusercontent.com/midasplatform/Midas/master/core/public/images/midas-200.png)
54

6-
_Version 3.x_
5+
_Server component of the Midas Platform_
76

8-
[![Build Status](https://travis-ci.org/midasplatform/Midas.svg)](https://travis-ci.org/midasplatform/Midas)
9-
[![Coverage Status](https://img.shields.io/coveralls/midasplatform/Midas.svg)](https://coveralls.io/r/midasplatform/Midas?)
7+
[![Build Status](https://img.shields.io/travis/midasplatform/Midas.svg)](https://travis-ci.org/midasplatform/Midas)
8+
[![Coverage Status](https://img.shields.io/coveralls/midasplatform/Midas.svg)](https://coveralls.io/r/midasplatform/Midas)
9+
[![Documentation Status](https://readthedocs.org/projects/midas-server/badge/?version=latest)](https://readthedocs.org/projects/midas-server/?badge=latest)
10+
[![Code Climate](https://img.shields.io/codeclimate/github/midasplatform/Midas.svg)](https://codeclimate.com/github/midasplatform/Midas)
11+
[![Packagist Version](https://img.shields.io/packagist/v/midas-platform/midas-server.svg)](https://packagist.org/packages/midas-platform/midas-server)
12+
[![Packagist License](https://img.shields.io/packagist/l/midas-platform/midas-server.svg)](https://packagist.org/packages/midas-platform/midas-server)
1013

11-
Overview
12-
--------
14+
## Overview ##
1315

14-
Midas Platform is an open-source toolkit that enables the rapid creation of
16+
Midas Server is an open-source application that enables the rapid creation of
1517
tailored, web-enabled data storage. Designed to meet the needs of advanced
16-
data-centric computing, Midas Platform addresses the growing challenge of large
17-
data by providing a flexible, intelligent data storage system. The system
18+
data-centric computing, Midas Server addresses the growing challenge of large
19+
data by providing a flexible, intelligent data storage system. Midas Server
1820
integrates multimedia server technology with other open-source data analysis
1921
and visualization tools to enable data-intensive applications that easily
2022
interface with existing workflows.
2123

2224
<http://www.midasplatform.org/>
2325

24-
Installation
25-
------------
26+
## Installation ##
2627

2728
```
2829
git clone https://github.com/midasplatform/Midas.git midas
@@ -31,7 +32,6 @@ curl -sS https://getcomposer.org/installer | php
3132
php composer.phar install
3233
```
3334

34-
License
35-
-------
35+
## License ##
3636

37-
Midas Platform is licensed under the Apache License, Version 2.0.
37+
Midas Server is licensed under the Apache License, Version 2.0.

0 commit comments

Comments
 (0)