From 5eb93ca571c8e7fd67bff524cf4575328f214a83 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Mon, 1 Jul 2024 17:15:09 +0900 Subject: [PATCH] meta: remove extra [] from README Summary: Probably intended to add a link to the directory, but now at the name field. Signed-off-by: Yongmin Hong Test Plan: Read the diff. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D486 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cff8ed3..0e1d31b 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ ## Badges | Name | Badges | | ---- | ------ | -| [npm (eslint)](https://github.com/revi/sandbox/tree/master/npm/eslint-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Feslint-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/eslint-config) [![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)] | -| [npm (prettier)](https://github.com/revi/sandbox/tree/master/npm/prettier-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Fprettier-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/prettier-config) [![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)] | +| [npm (eslint)](https://github.com/revi/sandbox/tree/master/npm/eslint-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Feslint-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/eslint-config) ![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600) | +| [npm (prettier)](https://github.com/revi/sandbox/tree/master/npm/prettier-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Fprettier-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/prettier-config) ![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600) |