Skip to content

Commit

Permalink
fix: few typos
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 7, 2023
1 parent ca6c5d3 commit 78ad4e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ pydpu --address=localhost:50151 storage namespace

### Evpn

To create a Llogical bridge, run:
To create a logical bridge, run:

```sh
pydpu --address=localhost:50151 evpn bridge
```

To create a Bbridge port, run:
To create a bridge port, run:

```sh
pydpu --address=localhost:50151 evpn port
Expand All @@ -123,7 +123,7 @@ pydpu --address=localhost:50151 evpn vrf
To create a svi, run:

```sh
pydpu --address=localhost:50151 evpn cvi
pydpu --address=localhost:50151 evpn svi
```

## Packaging
Expand Down

0 comments on commit 78ad4e8

Please sign in to comment.