Skip to content

Commit f526220

Browse files
authored
Update README to clarify reserved parameters
1 parent 5c5acb0 commit f526220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ With the above function as an example
3535
python3 app.py --standalone --action=sample_function paramname=World
3636
```
3737

38-
**PS: The following parameters are reserved, allowing you to set proper variables for testing such as local backends:**
38+
**NOT REQUIRED: These are reserved parameters, allowing you to set variables for testing such as local backends to upload into Shuffle during tests:**
3939
```
4040
--shuffle_url="http://custom_backend_url"
4141
--shuffle_authorization="auth"

0 commit comments

Comments
 (0)