Skip to content

Commit 250b2f9

Browse files
Update README.md
1 parent 12cd584 commit 250b2f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ Builds the app for production to the `build` folder.
3737

3838
## Download and Installation
3939

40-
#### 1. Download Fundamental UI:
40+
#### 1. Download Fiori Fundamentals:
4141

42-
`npm install --save fundamental-ui`
42+
`npm install --save fiori-fundamentals`
4343

4444

45-
#### 2. Include the Fundamental UI CSS in your React application. In your App.css or App.scss file include the following lines:
45+
#### 2. Include the Fiori Fundamentals CSS in your React application. In your App.css or App.scss file include the following lines:
4646

47-
`@import '../node_modules/fundamental-ui/scss/icons/'`
48-
`@import '../node_modules/fundamental-ui/dist/fonts/'`
49-
`@import '../node_modules/fundamental-ui/scss/all.scss'`
47+
`@import '../node_modules/fiori-fundamentals/scss/icons/'`
48+
`@import '../node_modules/fiori-fundamentals/dist/fonts/'`
49+
`@import '../node_modules/fiori-fundamentals/scss/all.scss'`
5050

5151

5252
## Known Issues

0 commit comments

Comments
 (0)