docs: Update svgo path in integrations docs.

I have updated the path for the svgo module in the integrations
documentation as the other path would error out as `svgo` wasn't in
PATH, so have updated to use `yarn run svgo` instead.
This commit is contained in:
Adam Birds 2021-04-09 01:57:44 +00:00 committed by Tim Abbott
parent e65e39764a
commit 268b9446f3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Usually, this involves a few steps:
`static/images/integrations/logos/<name>.svg`, where `<name>` is the
name of the integration, all in lower case; you can usually find them in the
product branding or press page. Make sure to optimize the SVG graphic by
running `svgo -f path-to-file`.
running `yarn run svgo -f path-to-file`.
If you cannot find a SVG graphic of the logo, please find and include a PNG
image of the logo instead.