Skip to content

Commit a509067

Browse files
committed
Update readme
1 parent faa702a commit a509067

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,17 @@ npx react-native bundle \
6161
--assets-dest ios/assets
6262
```
6363

64-
#### 4. View the report in the browser
64+
#### 4. CLI
65+
66+
##### 4.1 View the report in the browser
6567

6668
Run webserver to view the report:
6769

6870
```bash
6971
npx react-native-bundle-discovery server metro-stats.json [--port <port>]
7072
```
7173

72-
#### 4. Build the HTML report
74+
##### 4.2 Build the HTML report
7375

7476
Run the following command to generate an HTML report from the JSON file:
7577

0 commit comments

Comments
 (0)