Skip to content

Commit f4b149e

Browse files
committed
📇 Improve README
- Fix typos - Remove code wording in contributions
1 parent 11a56fe commit f4b149e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ script.evaluate(in: webView) { result in
185185

186186
## Contributing
187187

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:
189189

190190
- Fork and clone the repository
191191
- Create a new branch for your fixes (ex: `git checkout -b [your branch name]`)
192192
- 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
195195

196196
If you find a bug or think a feature is missing, please [submit an issue](https://github.com/alexaubry/JavaScriptKit/issues).
197197

0 commit comments

Comments
 (0)