fix(docs): unrendered image on readme

This commit is contained in:
Nan72 2025-02-14 14:11:20 +07:00
parent 89e3421f7e
commit d70ce04b12
No known key found for this signature in database
3 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,11 @@
# template-ext-string-utils
## 1.0.2
### Patch Changes
- Update README
## 1.0.1
### Patch Changes

View File

@ -1,10 +1,12 @@
# Kunkun String Utils Extension
[![NPM Package Publish](https://github.com/NaN72dev/kunkun-ext-string-utils/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/NaN72dev/kunkun-ext-string-utils/actions/workflows/npm-publish.yml)
This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set of string utility functions.
Currently supported functions:
![image](./image.png)
![image](./functions.png)
## Development

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-string-utils",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"type": "module",
"repository": "https://github.com/NaN72dev/kunkun-ext-string-utils",