We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c873577 commit b76598cCopy full SHA for b76598c
README.md
@@ -42,7 +42,7 @@ Please adhere to this code of conduct in any interactions you have in the JOSS c
42
2. Create your feature branch (`git checkout -b my-new-feature`)
43
3. Commit your changes (`git commit -am 'Added some feature'`)
44
4. Push to the branch (`git push origin my-new-feature`)
45
-5. Create new Pull Request
+5. Create a new pull request
46
47
## ⚙️ Development
48
@@ -70,7 +70,7 @@ objc[41226]: +[__NSCFConstantString initialize] may have been in progress in ano
70
71
To resolve it, either in your shell file or in the shell itself add:
72
73
-```azure
+```bash
74
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
75
```
76
0 commit comments