From 540045ee21106a1362b3f367d542eb780a5d0d45 Mon Sep 17 00:00:00 2001 From: Cristobal Contreras Rubio Date: Sun, 25 Feb 2024 20:53:28 +0100 Subject: [PATCH] fix typo in readme and badge --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 009fe7e..ccef19b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # splitea -[![Node.js CI](https://github.com/crisconru/splitea/actions/workflows/node.js.yml/badge.svg)](https://github.com/crisconru/splitea/actions/workflows/node.js.yml) +[![build](https://github.com/crisconru/splitea/actions/workflows/publish.yml/badge.svg)](https://github.com/crisconru/splitea/actions/workflows/publish.yml) It is a tool to split images into tiles or pieces. The idea is based on the project [image-splitter](https://github.com/achimoraites/image-splitter). @@ -34,7 +34,7 @@ For the output the default type is buffer and it is not stored. If you want to s If you select response as `"path"` you have to add store object too. -```typecript +```typescript import { Splitea } from splitea type Image = string | Buffer diff --git a/package.json b/package.json index d62695c..4b0b616 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "splitea", - "version": "0.0.1", + "version": "0.0.2", "description": "Splitea is a utility to split images in different sizes", "author": "Cristóbal Contreras Rubio", "license": "MIT",