Skip to content

Commit 295681c

Browse files
committed
feat(projects): update the project name and description, and replace the image file
1 parent 03117c5 commit 295681c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/projects.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ export const PROJECTS: Project[] = [
7272
},
7373
{
7474
type: 'self',
75-
title: 'coord-check - Geographic coordinate checking',
76-
description: `Quickly check a set of string coordinates for incorrect coordinates and format them.`,
77-
imgSrc: '/static/images/projects/coord-check.jpg',
75+
title: 'check-coord - Geographic coordinate checking',
76+
description: `A powerful coordinate format validation, conversion and analysis tool. Supports validation and geometric calculations for point, line, and region coordinates.`,
77+
imgSrc: '/static/images/projects/check-coord.png',
7878
repo: 'mk965/check-coord',
7979
npmPackageName: 'check-coord',
8080
url: 'https://www.npmjs.com/package/check-coord',
85.1 KB
Loading
-33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)