Skip to content

Commit 7099d03

Browse files
authored
Merge branch 'master' into firefox-headless
2 parents 2d3a913 + 0d513d6 commit 7099d03

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

images/apps/chroma-feedback.jpg

7.48 KB
Loading

user/apps.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,15 @@ By Gleb Bahmutov
321321

322322
- [website](https://github.com/bahmutov/status-gravatar)
323323

324+
### Chroma Feedback
325+
326+
![chroma feedback](/images/apps/chroma-feedback.jpg){:.app}
327+
328+
Turn your Razer keyboard, mouse or headphone into a extreme feedback device<br>
329+
By Henry Ruhs
330+
331+
- [website](https://github.com/redaxmedia/chroma-feedback)
332+
324333
## Generators
325334

326335
### travis-encrypt

user/coveralls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you're using Coveralls with Travis CI for private repositories, edit `.covera
5959
```yaml
6060
service_name: travis-pro
6161
```
62-
{: data-file=".travis.yml"}
62+
{: data-file=".coveralls.yml"}
6363
6464
## Using Coveralls with other languages
6565

user/deployment/elasticbeanstalk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To deploy to AWS Elastic Beastalk add the following to your `.travis.yml`:
1414

1515
* `access-key-id`: AWS Access Key ID, obtained from your [AWS Console](https://console.aws.amazon.com/iam/home?#security_credential).
1616
* `secret-access-key`: [Encrypted](/user/encryption-keys#Usage) AWS Secret Key, obtained from your [AWS Console](https://console.aws.amazon.com/iam/home?#security_credential).
17-
* `region`: **must** be the region the Elastic Beastalk application is running on, for example `us-east-1`.
17+
* `region`: **must** be the region the Elastic Beanstalk application is running on, for example `us-east-1`.
1818
* `app`: Application name.
1919
* `env`: Elastic Beanstalk environment the application will be deployed to.
2020
* `bucket_name`: Bucket name to upload app to.

0 commit comments

Comments
 (0)