You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The unit-tests can be run with the following command:
95
95
$ composer test
96
96
```
97
97
98
-
To run integration tests, which use the Github API, a [Github API token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) might be needed (to stop the tests hitting the API Limit).
98
+
To run integration tests, which use the Github API, a [Github API token] might be needed (to stop the tests hitting the API Limit).
99
99
An API key can be added by setting it in the environment as `GITHUB_API_KEY` or by creating an `.env` file in the integration tests directory and setting it there.
100
100
See `tests/integration-tests/.env.example` for an example.
101
101
@@ -111,15 +111,16 @@ If you discover any security related issues, please email [email protected] ins
111
111
112
112
## Contributing
113
113
114
-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
114
+
Please see [CONTRIBUTING] for details.
115
115
116
116
## Change Log
117
117
118
-
Please see [CHANGELOG](CHANGELOG.md) for details.
118
+
Please see [CHANGELOG] for details.
119
119
120
120
## Credits
121
121
122
-
-[Potherca](https://github.com/potherca)
122
+
-[Potherca]
123
+
-[Contributors]
123
124
124
125
## License
125
126
@@ -137,4 +138,10 @@ The MIT License (MIT). Please see [License File] for more information.
137
138
[Build Status Badge]: https://img.shields.io/travis/Potherca/flysystem-github.svg
138
139
[Coverage Status Badge]: https://coveralls.io/repos/potherca/flysystem-github/badge.svg
0 commit comments