diff --git a/public/static/docs/command-reference/remote/index.md b/public/static/docs/command-reference/remote/index.md index 9856561927..7e018cd6e7 100644 --- a/public/static/docs/command-reference/remote/index.md +++ b/public/static/docs/command-reference/remote/index.md @@ -95,13 +95,13 @@ url = /path/to/remote remote = myremote ``` -## Example: Add Amazon S3 remote and modify its region +## Example: Add a default Amazon S3 remote and modify its region > 💡 Before adding an S3 remote, be sure to > [Create a Bucket](https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html). ```dvc -$ dvc remote add mynewremote s3://mybucket/myproject +$ dvc remote add -d mynewremote s3://mybucket/myproject $ dvc remote modify mynewremote region us-east-2 ```