Skip to content

Commit

Permalink
docs: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 23, 2023
1 parent df6cdae commit e2e029d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Untuk memulai menggunakan Go-crypt, ikuti langkah-langkah ini:

- Librari Node.js
```javascript
const { encrypt, decrypt } = require("gcrypt");
const { encrypt, decrypt } = require("@barudakrosul/gcrypt");
const text = "Secret text message!";
cobst pass = "SecretPasswordKey";
Expand Down
2 changes: 1 addition & 1 deletion docs/README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To start using Go-crypt, follow these steps:

- Node.js Library
```javascript
const { encrypt, decrypt } = require("gcrypt");
const { encrypt, decrypt } = require("@barudakrosul/gcrypt");
const text = "Secret text message!";
const pass = "SecretPasswordKey";
Expand Down

0 comments on commit e2e029d

Please sign in to comment.