Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvscreations committed Apr 18, 2024
1 parent 8c2727b commit 94ec256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 94ec256

Please sign in to comment.