From cb64acdf82ead8882d94c652bfcee2bdb135a777 Mon Sep 17 00:00:00 2001 From: Ivan Shmidt Date: Fri, 8 May 2020 00:02:31 +0200 Subject: [PATCH] fix: readme --- plugins/circleci/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/circleci/README.md b/plugins/circleci/README.md index d1a2a7c9e0..28d6b9c1c8 100644 --- a/plugins/circleci/README.md +++ b/plugins/circleci/README.md @@ -4,6 +4,7 @@ Website: [https://circleci.com/](https://circleci.com/) + ## Setup 0. If you have standalone app (you didn't clone this repo), then do @@ -33,7 +34,7 @@ export { plugin as Circleci } from '@backstage/plugin-circleci'; ``` 3. Run app with `yarn start` and navigate to `/circleci/settings` -4. Enter project credentials and **project** token, acquired according to [https://circleci.com/docs/2.0/managing-api-tokens/](https://circleci.com/docs/2.0/managing-api-tokens/) +4. Enter project settings and **project** token, acquired according to [https://circleci.com/docs/2.0/managing-api-tokens/](https://circleci.com/docs/2.0/managing-api-tokens/) ## Features