claude-teammate 0.1.1 → 0.1.2
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
|
@@ -100,7 +100,7 @@ npm install -g claude-teammate
|
|
|
100
100
|
claude-teammate start
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
-
The wizard asks for your Jira and GitHub credentials and writes a `.env` file in the current directory.
|
|
103
|
+
The wizard asks for your Jira and GitHub credentials and writes a `.env` file in the current directory.
|
|
104
104
|
|
|
105
105
|
To upgrade to latest version
|
|
106
106
|
|