diff --git a/scripts/README.md b/scripts/README.md index 764586c8f07e3793c50ae05fe6af929235c65e9d..15d3dbb73f4d6c6dd29486f4c0d881a171afbfba 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,8 +1,8 @@ This is the description how to connect to the LabKey through API: 1. Create a file named ".netrc" in your home directory. This file must include the following three lines: -machine <remote-instance-of-labkey-server> -login <user-email> -password <user-password> +machine "remote-instance-of-labkey-server" +login "user-email" +password "user-password" E.g.: