Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 26, 2024
1 parent 104411c commit e02ec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ $ ./hls_amd64_linux

### Production

The HLS node is easily connected to the production environment. To do this, you just need to specify the network_key at startup. You can find them in the [networks.yml](networks.yml) file.
The HLS node is easily connected to the production environment. To do this, you just need to specify the `network` at startup. You can find them in the [networks.yml](networks.yml) file.

```bash
$ hls -network=oi4r9NW9Le7fKF9d
Expand All @@ -144,7 +144,7 @@ After such a launch, the hls.yml file will be created or overwritten (if it exis
<p align="center"><img src="cmd/hls/images/hls_request.gif" alt="hls_request.gif"/></p>
<p align="center">Figure 2. Example of request to echo-service</p>

> There are also examples of running HL applications in a production environment. For more information, follow the links: [echo_service](examples/anonymity/echo_service/prod_test), [anon_messenger](examples/anonymity/messenger/prod_test), [anon_filesharer](examples/anonymity/filesharer/prod_test).
> Examples of running HL applications in a production environment: [echo_service](examples/anonymity/echo_service/prod_test), [anon_messenger](examples/anonymity/messenger/prod_test), [anon_filesharer](examples/anonymity/filesharer/prod_test).
## Star History

Expand Down

0 comments on commit e02ec76

Please sign in to comment.