summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@gmail.com>2016-03-15 23:12:43 +0100
committerDuncan Mac-Vicar P <dmacvicar@gmail.com>2016-03-15 23:12:43 +0100
commit144f9d02c3d3093fdca140141944e5e466b673b9 (patch)
treea3a7f2e89bbf97ce199395e088d2ea99ab2997c5 /README.md
parent747503c878223047c752b1b343857b5ffc104f9f (diff)
downloadterraform-provider-libvirt-144f9d02c3d3093fdca140141944e5e466b673b9.tar
terraform-provider-libvirt-144f9d02c3d3093fdca140141944e5e466b673b9.tar.gz
better status shields
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b7344c05..3a292c97 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Terraform provider for libvirt
-[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) This provider is still experimental/in development. To see what is left or planned, see the [issues list](https://github.com/dmacvicar/terraform-provider-libvirt/issues).
+![experimental](https://img.shields.io/badge/stability%3F-experimental-orange.svg) [![Build Status](https://travis-ci.org/dmacvicar/terraform-provider-libvirt.svg?branch=master)](https://travis-ci.org/dmacvicar/terraform-provider-libvirt)
+
+This provider is still experimental/in development. To see what is left or planned, see the [issues list](https://github.com/dmacvicar/terraform-provider-libvirt/issues).
This is a terraform provider that lets you provision
servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraform.io/).
-Build status: [![Build Status](https://travis-ci.org/dmacvicar/terraform-provider-libvirt.svg?branch=master)](https://travis-ci.org/dmacvicar/terraform-provider-libvirt)
-
## Installing
[Copied from the Terraform documentation](https://www.terraform.io/docs/plugins/basics.html):