From e08d0868098f4ad23a69c086a4d1f6674c78865e Mon Sep 17 00:00:00 2001 From: Yotam Doron Date: Thu, 8 Aug 2019 07:33:20 -0700 Subject: [PATCH] Fix latex snippet PiperOrigin-RevId: 262348415 Change-Id: If8759e70d61fa4774781152919d4d98bbf545c0e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde7f59..e30e8c5 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ You can generate a short PDF report summarizing how different algorithms compare along the dimensions considered by Bsuite by simply running ```console -pdflatex bsuite/reports/bsuite_report.tex`. +pdflatex bsuite/reports/bsuite_report.tex ``` Examples of bsuite reports can be found in the `reports/` subdirectory.