From a1adbcacceb475204b1132a2e04381f3ee1f4846 Mon Sep 17 00:00:00 2001 From: bolognam Date: Thu, 13 Jun 2024 11:44:27 -0700 Subject: [PATCH] Remove Windows warning message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818c53e..2c19560 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## MATLAB -| ❗ Windows and MacOS platforms : MATLAB versions R2022 and R2023 do not work with `MATLAB.jl` ❗
You can use older versions as explained [further down](https://github.com/JuliaInterop/MATLAB.jl#changing-matlab-version). | +| ❗ MacOS platform : MATLAB versions R2022 through R2024a do not work with `MATLAB.jl` ❗
You can use older versions as explained [further down](https://github.com/JuliaInterop/MATLAB.jl#changing-matlab-version). | |:----:| The `MATLAB.jl` package provides an interface for using [MATLAB®](http://www.mathworks.com/products/matlab/) from [Julia](http://julialang.org) using the MATLAB C api. In other words, this package allows users to call MATLAB functions within Julia, thus making it easy to interoperate with MATLAB from the Julia language.