Skip to content

Commit 249ee7e

Browse files
authored
fix typos
1 parent c411fbc commit 249ee7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Converting the Food 101 custom machine learning model to .mlmodel format utilize
88

99
```bash
1010
$ cd Convert-food101-model
11-
$ docker build -t convert-coreml .`
12-
$ docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml`
11+
$ docker build -t convert-coreml .
12+
$ docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml
1313
```
1414

1515
If you don't have Docker installed, you can find instructions on installing [here](https://docs.docker.com/docker-for-mac/install/).

0 commit comments

Comments
 (0)