From 48d06374dc98d68cfce076be3c4ffab5648d533c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Sun, 17 Jan 2021 23:36:56 +0100 Subject: [PATCH] Use GitHub Actions badge, not Travis. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7351da6a..cfa561cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # django-reusable-components - + + A way to create simple reusable template components in Django. It lets you create "template components", that contains both the template, the Javascript and the CSS needed to generate the front end code you need for a modern app. Components look like this: