Fix README tag error
Compare changes
+ 1
− 1
@@ -8,7 +8,7 @@ Using Microsoft Visual Studio 2022: Open `SparseTransform.sln`, set the `SparseT
Using the .NET SDK command `dotnet`: Execute `dotnet run --project ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -- <ARGS>`. <ARGS> are the commands and arguments to pass depending on the task you want to perform. For example to read a MatrixMarket string from a file, partition it and output the result as a colored DOT graph, use the following arguments: `partition -f dot -i inFile -o outFile`.
Using the .NET SDK command `dotnet`: Execute `dotnet run --project ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -- <ARGS>`. \<ARGS> are the commands and arguments to pass depending on the task you want to perform. For example to read a MatrixMarket string from a file, partition it and output the result as a colored DOT graph, use the following arguments: `partition -f dot -i inFile -o outFile`.