File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,13 @@ script.evaluate(in: webView) { result in
185
185
186
186
## Contributing
187
187
188
- Contributions are welcome and appreciated! Here's how you should sumbit code contributions:
188
+ Contributions are welcome and appreciated! Here's how you should submit contributions:
189
189
190
190
- Fork and clone the repository
191
191
- Create a new branch for your fixes (ex: ` git checkout -b [your branch name] ` )
192
192
- Get the development dependencies by running ` carthage bootstrap `
193
- - Code your changes and commit them to your branch
194
- - Submit a PR to the ` main ` branch
193
+ - Add your changes and commit them to your branch
194
+ - Submit a PR to the ` master ` branch
195
195
196
196
If you find a bug or think a feature is missing, please [ submit an issue] ( https://github.com/alexaubry/JavaScriptKit/issues ) .
197
197
You can’t perform that action at this time.
0 commit comments