Skip to content

Commit b76598c

Browse files
committed
fix typos in readme
1 parent c873577 commit b76598c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Please adhere to this code of conduct in any interactions you have in the JOSS c
4242
2. Create your feature branch (`git checkout -b my-new-feature`)
4343
3. Commit your changes (`git commit -am 'Added some feature'`)
4444
4. Push to the branch (`git push origin my-new-feature`)
45-
5. Create new Pull Request
45+
5. Create a new pull request
4646

4747
## ⚙️ Development
4848

@@ -70,7 +70,7 @@ objc[41226]: +[__NSCFConstantString initialize] may have been in progress in ano
7070

7171
To resolve it, either in your shell file or in the shell itself add:
7272

73-
```azure
73+
```bash
7474
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
7575
```
7676

0 commit comments

Comments
 (0)