Skip to content

Commit b475796

Browse files
authored
Enhance README with Julia link and example update
Updated README to include a link to Julia's website and modified the Quick Start example usage.
1 parent ec563a4 commit b475796

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
@@ -2,7 +2,7 @@
22

33
![master GHA CI](https://github.com/JuliaInterop/JavaCall.jl/actions/workflows/CI.yml/badge.svg)
44

5-
Call Java programs from Julia.
5+
Call Java programs from [Julia](https://julialang.org).
66

77
## Documentation
88

@@ -11,7 +11,7 @@ Documentation is available at http://juliainterop.github.io/JavaCall.jl
1111
## Quick Start Example Usage
1212

1313
```julia
14-
$ JULIA_COPY_STACKS=1 julia
14+
$ JULIA_NUM_THREADS=1 JULIA_COPY_STACKS=1 julia
1515

1616
julia> using Pkg; Pkg.activate(; temp = true)
1717
Activating new project at `/tmp/jl_e6uPja`

0 commit comments

Comments
 (0)