lduck 0.0.2 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -110,9 +110,8 @@ pnpm build # Build for production
110
110
  # stdout (pipe to lduck)
111
111
  pnpm generate-logs | lduck
112
112
 
113
- # HTTP (send to running lduck instance)
114
- pnpm generate-logs:http
115
- pnpm generate-logs:http -- --count 500 --url http://localhost:8080/api/ingest
113
+ # relay (send to running lduck instance)
114
+ pnpm generate-logs | lduck relay --url http://localhost:8080
116
115
  ```
117
116
 
118
117
  ## License