Skip to content

Commit c83023a

Browse files
committed
updated readme
1 parent 354c930 commit c83023a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ Add new Rule-Based Segment:
299299
```python
300300
segment_data = {
301301
'name': 'advanced_users',
302-
'description': 'Users who match advanced criteria',
303-
'tags': [{'name': 'important'}]
302+
'description': 'Users who match advanced criteria'
304303
}
305304
rule_segment = ws.add_rule_based_segment(segment_data, "user")
306305
print(rule_segment.name)

0 commit comments

Comments
 (0)