Skip to content

Commit

Permalink
Updated the study step name in the README.md file (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsemler committed Feb 25, 2020
1 parent 3c45289 commit f7e884d
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 @@ -28,7 +28,7 @@ description:
description: A simple 'Hello World' study.

study:
- name: hello_world
- name: say-hello
description: Say hello to the world!
run:
cmd: |
Expand All @@ -51,7 +51,7 @@ description:
description: A simple study to say hello to planets (and Pluto)

study:
- name: hello_planet
- name: say-hello
description: Say hello to a planet!
run:
cmd: |
Expand Down Expand Up @@ -89,7 +89,7 @@ batch:
bank: science

study:
- name: hello_planet
- name: say-hello
description: Say hello to a planet!
run:
cmd: |
Expand Down

0 comments on commit f7e884d

Please sign in to comment.