Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
proxikal committed Jan 13, 2017
1 parent 91f7d2b commit 7a742e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ using the `{0}` for ChannelID and `{1}` for Message.
When you think about it, it's pretty simple. You can have an unlimited amount of parameters in your function
**However** You need to define those parameters with a `{num}` counterpart.
Meaning..If you have a function with 4 paramters `HelloUser(Param1, Params2, Params3, Params4)`
you will need to define them in the functions response as such `{0}=Param1`, `{1}=Params2`, `{2}=Params2`, `{3}=Params4`
you will need to define them in the functions response as such `{0}=Param1`, `{1}=Params2`, `{2}=Params3`, `{3}=Params4`

Alright now let's learn how to use that function in the A.R.S Rules.
Technically there are a few different ways to do this, let's try to cover them!
Expand Down

0 comments on commit 7a742e3

Please sign in to comment.