From 3d532e194f346a4ac80f4e23efe75b7b9d37523e Mon Sep 17 00:00:00 2001 From: Abdul Malik Date: Sat, 4 Jan 2025 02:29:28 +0700 Subject: [PATCH] docs(README): typo (#152) Typo on "semantic" thanks to @up2dul --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a58f3..c5152fb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ | Package | Version | Description | | ------- | ------- | ----------- | | [`@r17x/biome`](./packages/biome) | [![npm](https://img.shields.io/npm/v/@r17x/biome?color=a1b858&label=)](https://www.npmjs.com/package/@r17x/biome) | A collection of [biome](https://biomejs.dev/) presets. -| [`@r17x/semanti-release`](./packages/semantic-release) | [![npm](https://img.shields.io/npm/v/@r17x/semantic-release?color=a1b858&label=)](https://www.npmjs.com/package/@r17x/semantic-release) | A semantic-release plugin for managing release. +| [`@r17x/semantic-release`](./packages/semantic-release) | [![npm](https://img.shields.io/npm/v/@r17x/semantic-release?color=a1b858&label=)](https://www.npmjs.com/package/@r17x/semantic-release) | A semantic-release plugin for managing release. | [`unplugin-rescript`](./packages/unplugin-rescript) | [![npm](https://img.shields.io/npm/v/unplugin-rescript?color=a1b858&label=)](https://www.npmjs.com/package/unplugin-rescript) | A plugin for integration [ReScript](https://rescript-lang.org/) with most Bundler (Vite, Rollup, Webpack, Esbuild, etc). | [`unplugin-environment`](./packages/unplugin-environment) | [![npm](https://img.shields.io/npm/v/unplugin-environment?color=a1b858&label=)](https://www.npmjs.com/package/unplugin-environment) | A plugin for loading enviroment variables simple and safely.