Skip to content

Commit 858fb17

Browse files
committed
Tweak readme text slightly for consistency
1 parent 80fa6aa commit 858fb17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once the server has installed it automatically updates in the background periodi
2424

2525
## Contributing
2626

27-
Come help make HTTP Toolkit better for everybody. If you're intending to add new interceptors, change/fix existing interceptor behaviour (but not their UI) or reconfigure how the underlying proxy server is set up, then you're in the right place :+1:.
27+
If you want to add new interceptors, change/fix existing interceptor behaviour (but not their UI) or reconfigure how the underlying proxy server is set up, then you're in the right place :+1:.
2828

2929
To get started:
3030

@@ -37,6 +37,7 @@ To get started:
3737
* Running `npm run start:web` there to start the UI without its own server.
3838

3939
A few tips:
40+
4041
* Setting `playground: true` at the bottom of [`src/httptoolkit-server.ts`](src/httptoolkit-server.ts) will give you a GraphQL playground on http://localhost:45457.
4142
* New interceptors need to be added to `src/interceptors/index.ts`. They will also need to be added to [the UI](https://github.com/httptoolkit/httptoolkit-ui).
4243
* The tests assume that the required applications are installed to run every interceptor. See [.travis.yml](.travis.yml) for an example of how to set this up.

0 commit comments

Comments
 (0)