Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit c835f86

Browse files
committed
Fixed formatting
1 parent 6a3e1cc commit c835f86

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,18 @@ Once gem is pushed to RubyGems:
3232
* All methods are tested with Rspec and WebMock. Not all methods have integration tests that reach out to the live Buffer API servers. Proceed with caution until Buff reaches v0.1.0 and submit issues on Github Issues tab.
3333
* Authentication is not included in this gem (Try OAuth-buffer) or use the single API key given when registering your own Buffer Dev credentials.
3434
* For convenience load credentials into `~/.bufferapprc` in the following layout. This allows the `ACCESS_TOKEN` to be loaded into `Buff::ACCESS_TOKEN`:
35+
36+
3537
```
36-
CLIENT_ID
37-
CLIENT_SECRET
38-
ACCESS_TOKEN
39-
40-
# Structure:
41-
# client ID line 1
42-
# client secret line 2
43-
# Access Token: line 3
38+
39+
CLIENT_ID
40+
CLIENT_SECRET
41+
ACCESS_TOKEN
42+
43+
# Structure:
44+
# client ID line 1
45+
# client secret line 2
46+
# Access Token: line 3
4447
```
4548

4649
## API Coverage

0 commit comments

Comments
 (0)