Skip to content

Commit 5a61871

Browse files
authored
Update readme.md
1 parent a53163d commit 5a61871

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# proper-tags (commmon-tags rebooted)
1+
# proper-tags (common-tags rebooted)
22

33
[![npm version](https://badge.fury.io/js/proper-tags.svg)](https://badge.fury.io/js/proper-tags) [![NPM Downloads](https://img.shields.io/npm/dw/proper-tags.svg)](https://www.npmjs.org/package/proper-tags)
44
![No dependencies](https://img.shields.io/badge/dependencies-none-brightgreen) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Hexagon/proper-tags/blob/master/LICENSE)
55

66
**proper-tags** is an evolved version of the widely-used CommonJS package **common-tags**. It has been updated with the following considerations for modern JavaScript environments:
77

8-
🌟 Extendable: proper-tags comes with built-in tools for creating custom tags.
9-
📦 ESM Code Base: With support for ESM/ECMAScript Modules, it ensures native compatibility with modern development tools.
10-
🦕 Deno Compatibility: Designed specifically to function seamlessly with the Deno runtime.
11-
📝 TypeScript Definitions: Integrated TypeScript typings make development in TypeScript a breeze.
12-
🔄 API Consistency: Its interface aligns with common-tags, ensuring compatibility with existing frameworks and guides.
8+
* 🌟 Extendable: proper-tags comes with built-in tools for creating custom tags.
9+
* 📦 ESM Code Base: With support for ESM/ECMAScript Modules, it ensures native compatibility with modern development tools.
10+
* 🦕 Deno Compatibility: Designed specifically to function seamlessly with the Deno runtime.
11+
* 📝 TypeScript Definitions: Integrated TypeScript typings make development in TypeScript a breeze.
12+
* 🔄 API Consistency: Its interface aligns with common-tags, ensuring compatibility with existing frameworks and guides.
1313

1414
Below is a quick guide, check out the full documentation at [https://proper-tags.56k.guru](https://proper-tags.56k.guru).
1515

0 commit comments

Comments
 (0)