Skip to content

Commit

Permalink
fix example yaml file error in README.md (#3994)
Browse files Browse the repository at this point in the history
* fix example yaml file error in README.md

* rollback to the original
  • Loading branch information
akfmdl authored Mar 18, 2022
1 parent 69f1e6b commit 4d0d98f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ spec:
predictors:
- componentSpecs:
- spec:
containers:
- name: classifier
image: sklearn_iris:0.1
- graph:
containers:
- name: classifier
image: sklearn_iris:0.1
graph:
name: classifier
name: default
replicas: 1
Expand Down

0 comments on commit 4d0d98f

Please sign in to comment.