Center readme (#1178)
This commit is contained in:
parent
3adef6d4b7
commit
b63efb70a5
26
README.md
26
README.md
@ -1,13 +1,25 @@
|
|||||||
↖️ Table of Contents
|
↖️ Table of Contents
|
||||||
|
|
||||||
`just`
|
<h1 align="center"><code>just</code></h1>
|
||||||
======
|
|
||||||
|
|
||||||
[![crates.io version](https://img.shields.io/crates/v/just.svg)](https://crates.io/crates/just)
|
<div align="center">
|
||||||
[![build status](https://github.com/casey/just/workflows/Build/badge.svg)](https://github.com/casey/just/actions)
|
<a href="https://crates.io/crates/just">
|
||||||
[![downloads](https://img.shields.io/github/downloads/casey/just/total.svg)](https://github.com/casey/just/releases)
|
<img src="https://img.shields.io/crates/v/just.svg" alt="crates.io version">
|
||||||
[![chat on discord](https://img.shields.io/discord/695580069837406228?logo=discord)](https://discord.gg/ezYScXR)
|
</a>
|
||||||
[![say thanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](mailto:casey@rodarmor.com?subject=Thanks%20for%20Just!)
|
<a href="https://github.com/casey/just/actions">
|
||||||
|
<img src="https://github.com/casey/just/workflows/Build/badge.svg" alt="build status">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/casey/just/releases">
|
||||||
|
<img src="https://img.shields.io/github/downloads/casey/just/total.svg" alt="downloads">
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.gg/ezYScXR">
|
||||||
|
<img src="https://img.shields.io/discord/695580069837406228?logo=discord" alt="chat on discord">
|
||||||
|
</a>
|
||||||
|
<a href="mailto:casey@rodarmor.com?subject=Thanks%20for%20Just!">
|
||||||
|
<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="say thanks">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
|
||||||
`just` is a handy way to save and run project-specific commands.
|
`just` is a handy way to save and run project-specific commands.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user