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 7db932c commit 0c04827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ Untuk menginstal Go-crypt secara lokal, ikuti langkah-langkah instalasi ini:
- Librari Node.js:

```shell
npm install gcrypt
npm install @barudakrosul/gcrypt
```

- Perintah CLI:

```shell
npm -g install gcrypt
npm -g install @barudakrosul/gcrypt
```

## Penggunaan
Expand Down Expand Up @@ -109,4 +109,4 @@ Go-crypt menghargai dukungan dan kontribusi dari individu dan proyek sumber terb
Terus ikuti perubahan dan pembaruan terbaru Go-crypt dengan mengacu ke [Catatan Perubahan](https://github.com/BarudakRosul/go-crypt/releases).
Terima kasih telah memilih Go-crypt! Kami bertujuan untuk memberikan solusi yang aman dan andal untuk mengenkripsi dan mendekripsi teks di berbagai lingkungan.
Terima kasih telah memilih Go-crypt! Kami bertujuan untuk memberikan solusi yang aman dan andal untuk mengenkripsi dan mendekripsi teks di berbagai lingkungan.
6 changes: 3 additions & 3 deletions docs/README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ To install Go-crypt locally, follow these installation steps:
- Node.js Library:

```shell
npm install gcrypt
npm install @barudakrosul/gcrypt
```

- CLI Command:

```shell
npm -g install gcrypt
npm -g install @barudakrosul/gcrypt
```

## Usage
Expand Down Expand Up @@ -109,4 +109,4 @@ Go-crypt appreciates the support and contributions from individuals and open-sou
Stay updated on the latest changes and updates to Go-crypt by referring to the [Changelog](https://github.com/BarudakRosul/go-crypt/releases).
Thank you for choosing Go-crypt! We aim to provide a secure and reliable solution for encrypting and decrypting text in various environments.
Thank you for choosing Go-crypt! We aim to provide a secure and reliable solution for encrypting and decrypting text in various environments.

0 comments on commit 0c04827

Please sign in to comment.