From 5190225d603c5bb0c5c0a40a6b67d33d4798a6a9 Mon Sep 17 00:00:00 2001 From: Pedro Maciel Xavier <31925649+pedromxavier@users.noreply.github.com> Date: Sat, 15 Jul 2023 14:25:13 -0300 Subject: [PATCH] Fix I/O UI/UX docs (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c0a93d..0514ccd8 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ julia> using QUBOTools julia> model = QUBOTools.read_model("problem.json") -julia> write("problem.qubo", model) +julia> QUBOTools.write_model("problem.qubo", model) ``` ## Supported Formats