botql 1.3.0 → 1.3.1
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
|
|
41
41
|
Want to learn the full syntax, see all commands, and understand how BotQL works? The complete guide walks you through everything from your first bot to advanced features like local knowledge retrieval and AI integration.
|
|
42
42
|
|
|
43
|
-
**[Read the full documentation →](docs/GETSTARTED.md)
|
|
43
|
+
**[Read the full documentation (English) →](docs/GETSTARTED.md)**<br><br>
|
|
44
|
+
**[Leia a documentação completa (Português) →](docs/PRIMEIROS_PASSOS.md)**
|
|
44
45
|
|
|
45
46
|
---
|
|
46
47
|
|
package/package.json
CHANGED