Skip to content

Commit cb7c344

Browse files
authored
chore: update README to match the code (#1122)
1 parent 375acea commit cb7c344

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

hosting/static-website/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The project folder will then look like this:
7474
![Project Files](README_images/project_files.png)
7575

7676
### dfx.json
77-
The `dfx.json` file is a configuration file which specifies the canister used for the dapp. In this case only one canister is needed, and besides the canister configuration, `dfx.json` also includes information about DFX version, build settings and network settings.
77+
The `dfx.json` file is a configuration file which specifies the canister used for the dapp. In this case only one canister is needed, and besides the canister configuration, `dfx.json` also includes information about the DFX version and build settings.
7878

7979
```json
8080
{
@@ -96,12 +96,6 @@ The `dfx.json` file is a configuration file which specifies the canister used fo
9696
"packtool": ""
9797
}
9898
},
99-
"networks": {
100-
"local": {
101-
"bind": "127.0.0.1:8000",
102-
"type": "ephemeral"
103-
}
104-
},
10599
"version": 1
106100
}
107101
```

hosting/static-website/dfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
}
1919
},
2020
"version": 1
21-
}
21+
}

0 commit comments

Comments
 (0)