Skip to content

Commit d6ced39

Browse files
committed
fixed readme
1 parent 33c1fec commit d6ced39

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ p.add('Name',Name,'Value',Value,'Group',categorical({'Wow'}),'Upper',1e-3,'Units
3131
Then wire up a callback function that gets called every time the sliders move:
3232

3333
```matlab
34-
p.callbackFcn = @self.manipulateEvaluate;
34+
p.valueChangingFcn = @self.manipulateEvaluate;
3535
```
3636

3737
Finally, ask it to draw the UI
@@ -40,7 +40,15 @@ Finally, ask it to draw the UI
4040
p.makeUI;
4141
```
4242

43+
That's it. Enjoy.
44+
4345

4446
## License
4547

46-
GPL 3. `puppeteer` is free software.
48+
GPL 3. `puppeteer` is free software.
49+
50+
51+
## puppeteer in use
52+
53+
1. [black-box-neuron](https://github.com/sg-s/black-box-neuron-public)
54+
2. [xolotl](https://github.com/sg-s/xolotl)

build_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
51
1+
52

0 commit comments

Comments
 (0)