Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix (line 46) #10248

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addons/figshare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ as figshare updated their original API.) If you set up your figshare access with
### Manual generation of auth token and ExternalAccount

1. Go to [figshare](http://figshare.com), create an account, and login
2. Click the dropdown with your name and select "Applications". Scroll down to the bottom of the page and click ""Create Personal Token"
2. Click the dropdown with your name and select "Applications". Scroll down to the bottom of the page and click "Create Personal Token"
3. Make a note of your personal token.
4. Navigate to your osf.io repo location and run `docker-compose run --rm web invoke shell`, then run:
```python
Expand Down Expand Up @@ -43,7 +43,7 @@ commit()


### OAuth and ngrok (alternate untested instructions)
**Note:** It is reccomended that you follow the above instructions over the ngrok insturctions.
**Note:** It is reccomended that you follow the above instructions over the ngrok instructions.

1. Download ngrok (partially free, but TLS requires [subscription](https://ngrok.com/product#pricing))
2. Run with `ngrok tls -subdomain=openscience 5000`
Expand Down