We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7376e1 commit 04b387dCopy full SHA for 04b387d
ruby/intro/README.md
@@ -80,7 +80,7 @@ with several supporting files. To view your Ruby function type:
80
81

82
>```sh
83
->cat func.rb
+> cat func.rb
84
>```
85
86
```ruby
@@ -117,7 +117,7 @@ configuration file. Let's look at the contents:
117
118
119
120
->cat func.yaml
+> cat func.yaml
121
122
123
```yaml
@@ -221,7 +221,7 @@ You can also pass data to the run command. For example:
221
222
223
224
->`echo -n '{"name":"Bob"}' | fn run`
+> echo -n '{"name":"Bob"}' | fn run
225
226
227
0 commit comments