Skip to content

Commit

Permalink
docs: Fix typo in evaluate_solution_howto.md (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshi committed Sep 11, 2024
1 parent 1772cb6 commit 1a93e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gmpro/json/evaluate_solution_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ python3 -m cfr.json.evaluate_solution \
--project "${YOUR_GCLOUD_PROJECT}" \
--token "${YOUR_GCLOUD_TOKEN}" \
--input_request /tmp/scenario.json \
--input_response /tmp/response-alt.json \
--input_response /tmp/solution-alt.json \
--output_response /tmp/response-alt-full.json
```
where `${YOUR_GCLOUD_PROJECT}` is the name of the Google cloud project, and
Expand Down

0 comments on commit 1a93e3f

Please sign in to comment.