@untools/devflow 0.2.13 → 0.2.14
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ devflow init
|
|
|
51
51
|
|
|
52
52
|
This command will:
|
|
53
53
|
|
|
54
|
-
- Prompt you for your DevFlow account credentials
|
|
54
|
+
- Prompt you for your DevFlow account credentials.
|
|
55
55
|
- Open a browser for OAuth authentication if needed
|
|
56
56
|
- Save a secure JWT token to `~/.devflow/config.json`
|
|
57
57
|
- Create your local agent registration
|