Skip to content

Commit ed8b768

Browse files
authored
Merge pull request #2284 from dxc-technology/PelayoFelgueroso-installation-doc
Fix installation doc guidelines
2 parents 0313cb0 + dc196df commit ed8b768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/screens/overview/installation/InstallationPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ const sections = [
4444
<>
4545
<DxcParagraph>
4646
As the name suggests, <Code>halstack-react</Code> is built on top of <Code>React</Code>, so make sure you
47-
have it as dependency of your project. Additionally, ensure that the <Code>styled-components</Code>{" "}
47+
have it as dependency of your project. Additionally, ensure that <Code>emotion</Code>{" "}
4848
library is also installed, as it is required by the Halstack components.
4949
</DxcParagraph>
50-
<CodeBlock>{`npm i react react-dom styled-components`}</CodeBlock>
50+
<CodeBlock>{`npm i react react-dom react-data-grid @emotion/react @emotion/styled`}</CodeBlock>
5151
</>
5252
),
5353
},

0 commit comments

Comments
 (0)