Skip to content

Commit 8b81bda

Browse files
Julia now used the C API. (#7388)
1 parent 994056f commit 8b81bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ See [``examples/ml``](examples/ml) for examples.
163163

164164
### ``Python``
165165

166-
You can install the Python wrapper for Z3 for the latest release from pypi using the command
166+
You can install the Python wrapper for Z3 for the latest release from pypi using the command:
167167

168168
```bash
169169
pip install z3-solver
@@ -206,7 +206,7 @@ See [``examples/python``](examples/python) for examples.
206206

207207
### ``Julia``
208208

209-
The Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) wraps the C++ API of Z3. Information about updating and building the Julia bindings can be found in [src/api/julia](src/api/julia).
209+
The Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) wraps the C API of Z3. A previous version of it wrapped the C++ API: Information about updating and building the Julia bindings can be found in [src/api/julia](src/api/julia).
210210

211211
### ``Web Assembly`` / ``TypeScript`` / ``JavaScript``
212212

0 commit comments

Comments
 (0)