From fcdaa7b9f9d297133d80c9bf1e02bbb3dc9587f7 Mon Sep 17 00:00:00 2001 From: William Pennock Date: Tue, 27 Feb 2018 12:15:36 -0500 Subject: [PATCH] Update README.md I proposed putting brackets around "the-repository-upload-token", so that it would be clear to users that this is something they need to add. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59e03699..64846082 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Find coverage reports for all the [languages below](#languages), gather them and ## Usage ```sh -pip install --user codecov && codecov -t the-repository-upload-token +pip install --user codecov && codecov -t ``` or ```sh -conda install -c conda-forge codecov && codecov -t the-repository-upload-token +conda install -c conda-forge codecov && codecov -t ``` > `--user` argument not needed for Python projects. [See example here](https://github.com/codecov/example-python).