momentic 0.0.42 → 0.0.44

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
@@ -1 +1,14 @@
1
1
  # Momentic SDK
2
+
3
+ # Requirements
4
+ - Node 20+
5
+
6
+ # Installation
7
+ ```
8
+ export MOMENTIC_API_KEY=<your-key-ehre>
9
+ npx momentic@latest install-browsers
10
+ npx momentic@latest init
11
+ ```
12
+
13
+ # Docs
14
+ Comprehensive documentation is available [here](https://momentic-ai.notion.site/). Our API reference is available [here](https://momentic.ai/docs/cli).