From 3703f3100bb8b8983094cf5e88c5a331dc7fea62 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Mon, 20 Feb 2023 14:35:30 -0800 Subject: Fix rendering of badges in README (#60) --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 697d70c..689a512 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,7 @@ = All-purpose Property List manipulation library -{Gem Version}[https://rubygems.org/gems/plist] -{Build Status}[https://github.com/patsplat/plist/actions/workflows/ci.yml] +{rdoc-image:https://badge.fury.io/rb/plist.svg}[https://rubygems.org/gems/plist] +{rdoc-image:https://github.com/patsplat/plist/actions/workflows/ci.yml/badge.svg}[https://github.com/patsplat/plist/actions/workflows/ci.yml] Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects. -- cgit v1.2.1