We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27e86f commit 376b4bdCopy full SHA for 376b4bd
packages/world-postgres/README.md
@@ -37,7 +37,7 @@ WORKFLOW_POSTGRES_APP_URL="http://localhost:3000"
37
You can also create a PostgreSQL world directly in your code:
38
39
```typescript
40
-import { createWorld, createPgBossQueue } from "@workflow/world-postgres";
+import { createWorld, createPgBossHttpProxyQueue } from "@workflow/world-postgres";
41
42
const world = createWorld({
43
connectionString: "postgres://username:password@localhost:5432/database",
0 commit comments