Skip to content

Commit c1179ce

Browse files
committed
Add BLANCO to README
1 parent 7e7d58a commit c1179ce

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ lco_api_root: str = "https://observe.lco.global/api/"
129129

130130
## SOAR
131131

132-
SOAR is functionally the same as LCO, but has its own set of instruments and can be configured seperately.
132+
SOAR is functionally the same as LCO, but has its own set of instruments and can be configured separately.
133133

134134
### Dependency group
135135
SOAR requires no additional dependency groups to be installed.
@@ -143,6 +143,22 @@ soar_api_root: str = "https://observe.lco.global/api/"
143143
```
144144
Note: the soar API token will default to the same value as lco_token, if it is set.
145145

146+
## BLANCO
147+
148+
BLANCO is functionally the same as LCO, but has its own set of instruments and can be configured separately.
149+
150+
### Dependency group
151+
BLANCO requires no additional dependency groups to be installed.
152+
153+
### Configuration Values
154+
See [configuration](#configuration) for instructions on setting these values.
155+
156+
```python
157+
blanco_token: str = ""
158+
blanco_api_root: str = "https://observe.lco.global/api/"
159+
```
160+
Note: the blanco API token will default to the same value as lco_token, if it is set.
161+
146162
## ESO (European Southern Observatory)
147163

148164
Full documentation: TODO

0 commit comments

Comments
 (0)