Skip to content

Commit 04b387d

Browse files
authored
Minor format changes
1 parent d7376e1 commit 04b387d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ruby/intro/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ with several supporting files. To view your Ruby function type:
8080

8181
![user input](images/userinput.png)
8282
>```sh
83-
>cat func.rb
83+
> cat func.rb
8484
>```
8585
8686
```ruby
@@ -117,7 +117,7 @@ configuration file. Let's look at the contents:
117117
118118
![user input](images/userinput.png)
119119
>```sh
120-
>cat func.yaml
120+
> cat func.yaml
121121
>```
122122
123123
```yaml
@@ -221,7 +221,7 @@ You can also pass data to the run command. For example:
221221
222222
![user input](images/userinput.png)
223223
>```sh
224-
>`echo -n '{"name":"Bob"}' | fn run`
224+
> echo -n '{"name":"Bob"}' | fn run
225225
>```
226226
227227
```yaml

0 commit comments

Comments
 (0)