From 5898f89fb35a28237383ba6c8747826924506ce2 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Wed, 30 Nov 2022 08:08:21 -0700 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdf2b56..7d8becd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# html-object-strings +# byjoby/html-object-strings -[![Build Status](https://travis-ci.org/jobyone/html-object-strings.svg?branch=main)](https://travis-ci.org/jobyone/html-object-strings) +[![Tests and analysis](https://github.com/jobyone/html-object-strings/actions/workflows/tests.yaml/badge.svg)](https://github.com/jobyone/html-object-strings/actions/workflows/tests.yaml) -An HTML string-building library, used for building HTML strings from simple and easy-to-use objects. +A library used for building and manipulating HTML tags, fragments, and documents through an object-oriented interface.