Update from.md (#1868)

Param `orgID` in the second part of the example was wrongly set as organization label instead of numerical ID.
pull/1873/head
Alex 2020-11-19 18:24:59 +01:00 committed by GitHub
parent c7bb6fb704
commit 019d586e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ from(
from(
bucketID: "0261d8287f4d6000",
host: "https://example.com",
orgID: "example-org",
orgID: "867f3fcf1846f11f",
token: "MySuP3rSecr3Tt0k3n"
)
```