File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ export DRONE_TOKEN=<Your DRONE_TOKEN>
2222
2323drone --server https://drone.grafana.net sign --save grafana/grafana-aws-sdk-react
2424```
25+ ### Local Development
26+
27+ For local development instructions, please see the [ contributing guide] ( https://github.com/grafana/grafana-aws-sdk-react/blob/main/CONTRIBUTING.md ) .
Original file line number Diff line number Diff line change @@ -186,8 +186,9 @@ export const ConnectionConfig: FC<ConnectionConfigProps> = (props: ConnectionCon
186186 < ol >
187187 < li >
188188 < p >
189- 1. Create a new IAM role in the AWS console, and select < code > Another AWS account</ code > as the{ ' ' }
190- < code > Trusted entity</ code > .
189+ 1. Create a new IAM role in the AWS console,
190+ and select < code > AWS account</ code > as the Trusted entity,
191+ and select < code > Another AWS account</ code > as the account.
191192 </ p >
192193 </ li >
193194 < li >
You can’t perform that action at this time.
0 commit comments