File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ The example below shows how to manually create an NDN face over a UDP tunnel bet
2727 ndnd fw face-create remote=udp://router.example.net
2828 ```
2929
30-
3130Once a face is created, you can use the same tool to add routes between the two forwarders and start transferring data.
3231
3332=== "ndn-cxx"
@@ -55,7 +54,7 @@ You can now start an NDN ping server on the example forwarder and the prefix wou
5554 ndnpingserver /example/server
5655
5756 # Run on the first node
58- ndn ping /example/server
57+ ndnping /example/server
5958 ```
6059
6160=== "NDNd"
@@ -66,4 +65,4 @@ You can now start an NDN ping server on the example forwarder and the prefix wou
6665
6766 # Run on the first node
6867 ndnd ping /example/server
69- ```
68+ ```
You can’t perform that action at this time.
0 commit comments