Skip to content

Commit

Permalink
Update typescript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdaniel authored Oct 18, 2023
1 parent 2c7baa7 commit ebfad10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ nav_order: 4

This library provides the ability to start and signal workflows from TypeScript.

# Usage

## Configuration
# Configuration

The library encrypts workflow data and queued jobs in order to push them to Laravel and therefore needs access to your `APP_NAME` and `APP_KEY` from your Laravel configuration.

Expand All @@ -22,7 +20,7 @@ The library supports stored workflow models in MySQL, Redis, and PostgreSQL.

The library supports queues for MySQL, Redis, and PostgreSQL.

## Setup
# Usage

```typescript
import * as taskvalve from "https://deno.land/x/taskvalve@1.0.4/mod.ts"
Expand Down

0 comments on commit ebfad10

Please sign in to comment.