mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Fix wrong order between screenshot and badges on README
Branch was not exactly up-to-date with `master` when merged, and badges were moved below the title in #713, so we missed that at review time.
This commit is contained in:
parent
085ede43df
commit
bafe23b4b7
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
# The Lounge
|
# The Lounge
|
||||||
<p align="center">
|
|
||||||
<img src="https://cloud.githubusercontent.com/assets/5481612/19623041/9bbaec40-9888-11e6-9961-8f3e0493ba30.png" width="550" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
[![#thelounge IRC channel on freenode](https://img.shields.io/badge/freenode-%23thelounge-BA68C8.svg)](https://avatar.playat.ch:1000/)
|
[![#thelounge IRC channel on freenode](https://img.shields.io/badge/freenode-%23thelounge-BA68C8.svg)](https://avatar.playat.ch:1000/)
|
||||||
[![npm version](https://img.shields.io/npm/v/thelounge.svg)](https://www.npmjs.org/package/thelounge)
|
[![npm version](https://img.shields.io/npm/v/thelounge.svg)](https://www.npmjs.org/package/thelounge)
|
||||||
|
@ -37,6 +34,10 @@ This fork aims to be community managed, meaning that the decisions are taken
|
||||||
in a collegial fashion, and that a bunch of maintainers should be able to make
|
in a collegial fashion, and that a bunch of maintainers should be able to make
|
||||||
the review process quicker and more streamlined.
|
the review process quicker and more streamlined.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://cloud.githubusercontent.com/assets/5481612/19623041/9bbaec40-9888-11e6-9961-8f3e0493ba30.png" width="550">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Installation and usage
|
## Installation and usage
|
||||||
|
|
||||||
The Lounge requires [Node.js](https://nodejs.org/) v4 or more recent.
|
The Lounge requires [Node.js](https://nodejs.org/) v4 or more recent.
|
||||||
|
|
Loading…
Reference in a new issue