Skip to content

Commit fa43040

Browse files
committed
Fix typo
1 parent 6bb611f commit fa43040

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/connectivity/building-networks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
3130
Once 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+
```

0 commit comments

Comments
 (0)