harlley commited on
Commit
abbdaab
·
1 Parent(s): e28f6b1

update app_file path in README to reflect new structure

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: blue
5
  colorTo: purple
6
  sdk: static
7
  sdk_version: 4.1.17
8
- app_file: dist/index.html
9
  app_build_command: npm run build
10
  pinned: true
11
  ---
 
5
  colorTo: purple
6
  sdk: static
7
  sdk_version: 4.1.17
8
+ app_file: index.html
9
  app_build_command: npm run build
10
  pinned: true
11
  ---