Fix README indentation again

Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
davidarendsen 2022-10-25 18:47:47 +00:00
commit 681d41a496

View file

@ -30,7 +30,7 @@ $queryBuilder->fromBucket('test_bucket')
)
->addMap(Map::with('name', 'user'))
->addMap(Map::columns([
'time' => '_time',
'time' => '_time',
'source' => 'tag',
'alert' => Selection::if('r._value > 10')->then(true)->else(false),
'test' => Selection::if('r._value > 10')->then('yes')->else('no'),