From cfd8f12785c09377c861717406cc668fdfd58cf4 Mon Sep 17 00:00:00 2001 From: Patrick Mowrer Date: Wed, 22 Apr 2020 09:01:23 -0400 Subject: [PATCH] docs: fix build tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a33b3..e30cf1f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ JSON importer for [node-sass](https://github.com/sass/node-sass). Allows `@import`ing `.json` or `.json5` files in Sass files parsed by `node-sass`. [![npm](https://img.shields.io/npm/v/node-sass-json-importer.svg)](https://www.npmjs.com/package/node-sass-json-importer) -[![build status](https://travis-ci.org/Updater/node-sass-json-importer.svg?branch=master)](https://travis-ci.org/Updater/node-sass-json-importer) +[![build status](https://travis-ci.org/pmowrer/node-sass-json-importer.svg?branch=master)](https://travis-ci.org/Updater/node-sass-json-importer) ## Usage ### [node-sass](https://github.com/sass/node-sass)