Skip to content

Commit

Permalink
Fix I/O UI/UX docs (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Jul 15, 2023
1 parent 785080c commit 5190225
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 @@ -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
Expand Down

0 comments on commit 5190225

Please sign in to comment.