Skip to content

Commit 3b6cbc5

Browse files
authored
Update README.md
Make instructions on org.js clear.
1 parent 4e47dbd commit 3b6cbc5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
A web app that can accept a GitHub username and send them an invitation to join a GitHub Organisation.
44

5-
#### org.js
5+
## Add org.js file
6+
Add an org.js file in the root of this repository for this app to work. The file should export the name of the GitHUB organisation to be joined and an OAuth access token.
7+
68
Only admin members of a GitHub organisation can send an invitation to other GitHub users, to join that organisation.
7-
The admin member must be authenticated before invitation can be sent.
8-
Go to settings in GitHub account and get a new OAuth access token or use an existing token, if you already have one.
9-
Create a file in the root of this repository and name it `org.js`.
9+
The admin member must be authenticated before invitation can be sent. Go to settings in admin's GitHub account and get a new OAuth access token or use an existing token, if you already have one. Create a file in the root of this repository and name it `org.js`.
1010
Export an object containing the name of the organisation to joined and your OAuth token.
1111

1212
Example: in `org.js`
@@ -17,4 +17,4 @@ module.exports = {
1717
};
1818
```
1919

20-
`org.js` has been added to .gitignore so that credentials are not committed to Git.
20+
`org.js` has been added to .gitignore so that credentials are not committed to Git.

0 commit comments

Comments
 (0)