Skip to content

Commit 77abad8

Browse files
authored
README: fix PowerShell env var instructions (#1025)
This fixes #1024.
1 parent ee449a7 commit 77abad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ SRC_ENDPOINT=https://sourcegraph.example.com SRC_ACCESS_TOKEN=my-token src searc
144144
Type the following on your PowerShell terminal:
145145

146146
```
147-
$env.SRC_ENDPOINT = 'https://sourcegraph.example.com'
148-
$env.SRC_ACCESS_TOKEN = 'my-token'
147+
$env:SRC_ENDPOINT = 'https://sourcegraph.example.com'
148+
$env:SRC_ACCESS_TOKEN = 'my-token'
149149
```
150150

151151
Replace `my-token` and `https://sourcegraph.example.com` with the appropriate values for your account and instance.

0 commit comments

Comments
 (0)