diff --git a/README.md b/README.md index 350cd55..1605663 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ helix.setlists.export_setlists(file_path="/path/to/setlists") ```python # Example: Change properties of a setlist, preset, or snapshot helix.setlists[0].name = "Setlist 1" -helix.setlists[1].presets[0]. = "Set2-Pres1" +helix.setlists[1].presets[0].name = "Set2-Pres1" helix.setlists[0].presets[0].snapshots[0].name = "Snapshot 1" import helixapi.snapshot.LEDColor as LEDColor @@ -146,4 +146,4 @@ https://opensource.org/licenses/BSD-3-Clause Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -A copy of the license is available in the repository's [LICENSE](LICENSE) file. \ No newline at end of file +A copy of the license is available in the repository's [LICENSE](LICENSE) file.