Skip to content

Commit

Permalink
doc fix (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo authored Jul 16, 2024
1 parent 34bb829 commit 51d5bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/segmentprops.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ from caveclient import CAVEclient
client = CAVEclient('MY_DATASTACK')
ngl_url = "https://neuroglancer-demo.appspot.com"

prop_id = state.upload_property_json(seg_prop.to_dict())
prop_id = client.state.upload_property_json(seg_prop.to_dict())
prop_url = client.state.build_neuroglancer_url(prop_id, ngl_url=ngl_url, format_properties=True)
```

Expand Down

0 comments on commit 51d5bf7

Please sign in to comment.