Skip to content

Commit e636f45

Browse files
committed
fixed typo
1 parent f0c9730 commit e636f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ copy .env.example file to .env on your project root.
6767
```sh
6868
JIRAAPI_V3_HOST='https://your-jira.atlassian.net'
6969
JIRAAPI_V3_USER='jira-username'
70-
PERSONAL_ACCESS_TOKEN='your-access-token-here'
70+
JIRAAPI_V3_PERSONAL_ACCESS_TOKEN='your-access-token-here'
7171
## to enable session cookie authorization
7272
# JIRAAPI_V3_COOKIE_AUTH_ENABLED=true
7373
# JIRAAPI_V3_COOKIE_FILE=storage/jira-cookie.txt

0 commit comments

Comments
 (0)