@fetchkit/ffetch 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,8 +176,8 @@ npm install abort-controller-x
|
|
|
176
176
|
|
|
177
177
|
## Contributing
|
|
178
178
|
|
|
179
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
180
|
-
- **Pull Requests**: [GitHub PRs](https://github.com/
|
|
179
|
+
- **Issues**: [GitHub Issues](https://github.com/fetch-kit/ffetch/issues)
|
|
180
|
+
- **Pull Requests**: [GitHub PRs](https://github.com/fetch-kit/ffetch/pulls)
|
|
181
181
|
- **Documentation**: Found in `./docs/` - PRs welcome!
|
|
182
182
|
|
|
183
183
|
## License
|