btca 0.0.4 → 0.1.0

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
@@ -21,6 +21,7 @@ bun run src/index.ts ask -t <tech> -q "<question>"
21
21
  ```
22
22
 
23
23
  Example:
24
+
24
25
  ```sh
25
26
  bun run src/index.ts ask -t effect -q "How does Effect.tap work?"
26
27
  ```
@@ -34,6 +35,7 @@ bun run src/index.ts serve -p <port>
34
35
  ```
35
36
 
36
37
  Example:
38
+
37
39
  ```sh
38
40
  bun run src/index.ts serve -p 8080
39
41
  ```
@@ -47,8 +49,9 @@ curl -X POST http://localhost:8080/question \
47
49
  ```
48
50
 
49
51
  Response:
52
+
50
53
  ```json
51
- {"answer": "..."}
54
+ { "answer": "..." }
52
55
  ```
53
56
 
54
57
  ### Help
Binary file
Binary file
Binary file
Binary file