Skip to content

Commit

Permalink
feat(docs): added link to deployed documenatation
Browse files Browse the repository at this point in the history
  • Loading branch information
mxrcury authored Dec 6, 2023
1 parent 8b29d3b commit cad670d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Seishinverse

# Crypto

Compact and fast crypto module for hashing and comparing hashes
Compact and fast crypto library for hashing and comparing hashes.

#### Installation
### Installation

```sh
npm i @seishinverse/crypto
Expand All @@ -15,8 +13,10 @@ yarn add @seishinverse/crypto
# or with pnpm
pnpm i @seishinverse/crypto
```
### Documentation
- https://seishinverse.github.io/crypto/

#### Example of usage for NestJS
### Example of usage for NestJS

In first import `CryptoModule` in `AppModule`.

Expand Down Expand Up @@ -64,7 +64,7 @@ export class AppService {
}
```

#### Example of usage in NodeJS
### Example of usage in NodeJS

Import `CryptoService` and initialize it.

Expand Down

0 comments on commit cad670d

Please sign in to comment.