Skip to content

Commit

Permalink
Remove extra ` in README.md (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti authored Jan 27, 2022
1 parent e3e3008 commit c77c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ this after installing the package, run:

```julia
Pkg.add(PackageSpec(name="PyCall", rev="master"))
Pkg.build("PyCall")`
Pkg.build("PyCall")
```

By default on Mac and Windows systems, `Pkg.add("PyCall")`
Expand Down

0 comments on commit c77c20a

Please sign in to comment.