Skip to content

Commit

Permalink
docs: fixed package name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harunkelesoglu committed Dec 4, 2023
1 parent 2d1d1a5 commit 1d96f96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
```json
{
"scripts": {
"localize":"node -r @kelesoglu/localize"
"localize":"node -r @kelesoglu/localize-ai"
}
}
```
Expand All @@ -61,7 +61,7 @@ Make sure to replace `'YOUR_OPENAI_API_KEY'` with your actual OpenAI API key.

## CI/CD

The `kelesoglu/localize` library can be integrated with GitHub Actions and Bitbucket Pipelines for your CI/CD workflows.
The `kelesoglu/localize-ai` library can be integrated with GitHub Actions and Bitbucket Pipelines for your CI/CD workflows.

### Configuration

Expand All @@ -74,7 +74,7 @@ The `kelesoglu/localize` library can be integrated with GitHub Actions and Bitbu
"main": "index.js",
"scripts": {
"start": "node index.js",
"localize":"node -r @kelesoglu/localize" // If you would like run localize in local
"localize":"node -r @kelesoglu/localize-ai"
},
"repository": {
"type": "git",
Expand All @@ -83,7 +83,7 @@ The `kelesoglu/localize` library can be integrated with GitHub Actions and Bitbu
"author": "",
"license": "ISC",
"devDependencies": {
"@kelesoglu/localize": "^2.1.0",
"@kelesoglu/localize-ai": "^2.1.0",
},
"dependencies": {
"husky": "^8.0.3"
Expand Down

0 comments on commit 1d96f96

Please sign in to comment.