Skip to content

Commit 804656a

Browse files
committed
Update README.md
1 parent d553dd8 commit 804656a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,7 @@ LEDENET::Functions.all_functions
181181
```
182182

183183
```ruby
184-
fn = LEDENET::Functions::SEVEN_COLOR_CROSS_FADE
185-
speed = 0 # very slow
186-
187-
api.update_function(fn)
184+
api.update_function(:seven_color_cross_fade)
188185
api.update_function_speed(100) #very fast
189186

190187
api.update_function_data(

0 commit comments

Comments
 (0)