From 94ec25667d6b67347c3694e606c04408d9d33110 Mon Sep 17 00:00:00 2001 From: nagendra Date: Thu, 18 Apr 2024 19:57:04 +0530 Subject: [PATCH] readme.md --- .github/workflows/publish.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb6b661..46001cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: run: npm pack --dry-run working-directory: ./ - name : "versioning" - run: npm version patch + run: npm version patch --no-git-tag-version working-directory: ./ - name : "build" run: npm run build diff --git a/README.md b/README.md index d614b48..cf96676 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The inspiration for creating Practical Math arose during the development of Tens # Usage -### 1.1 CDN Approach -To effortlessly incorporate the chatbot into your project, follow these simple steps: +### 1. Approach +To effortlessly incorporate the practicalmath into your project, follow these simple steps: #### Importing #### ``` import { PracticalMath } from 'practicalmath';