Skip to content

Commit a97ddb9

Browse files
authored
Merge pull request #26 from rayone08/main
Update the README file for the typo
2 parents d4bd1c5 + b8181b6 commit a97ddb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<summary>Obtaining the Github API Credentials</summary>
6666

6767
1. Open [Github Developer Settings](https://github.com/settings/apps).
68-
2. Next, go to [OAuth Apps](https://github.com/settings/developers) from the side pane. Then click the "New OAuth App" button. Make sure to set `Authorization callback URL` to `<Snapify URL>/api/auth/callback/github` replacing Snapify URL with the URI at which your application runs.
68+
2. Next, go to [OAuth Apps](https://github.com/settings/developers) from the side panel. Then click the "New OAuth App" button. Make sure to set `Authorization callback URL` to `<Snapify URL>/api/auth/callback/github` replacing Snapify URL with the URI at which your application runs.
6969
3. Copy the `Client ID` as `GITHUB_ID` into the `.env`.
7070
4. Next, click "Generate a new client secret" and copy the `Client secret` as `GITHUB_SECRET` into the `.env`.
7171

@@ -76,7 +76,7 @@
7676
1. Open [B2 Cloud Storage Buckets](https://secure.backblaze.com/b2_buckets.htm).
7777
2. Create a new Bucket, make sure to set the bucket to private to make sure files are not being made publicly available.
7878
3. Copy the `Endpoint` as `AWS_ENDPOINT` and the Bucket name as `AWS_BUCKET_NAME` into the `.env`. Additionally you need to add the `AWS_REGION`, which is part of the endpoint and should look like this: `us-east-005`.
79-
4. Next, go to [Application Keys](https://secure.backblaze.com/app_keys.htm) from the side pane. Then create a new Application Key, with full read and write access to the bucket.
79+
4. Next, go to [Application Keys](https://secure.backblaze.com/app_keys.htm) from the side panel. Then create a new Application Key, with full read and write access to the bucket.
8080
5. Copy the `keyID` as `AWS_KEY_ID` and the `applicationKey` as `AWS_SECRET_ACCESS_KEY` into the `.env`.
8181

8282
</details>

0 commit comments

Comments
 (0)