Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fra committed Dec 11, 2018
1 parent 4dcfdd4 commit b5c916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class DummyVisualisation(Visualisation):

The `__call__` function is called each time you click a layer or change a value in the options on the right.

The `init_params` parameters function returns a dictionary of options that will be showed on the rigth drawer of the application. For know only `slider` and `radio` is supported
The `init_params` function returns a dictionary of options that will be showed on the right drawer of the application. For now only `slider` and `radio` are supported

### TODO
- [x] Cache reused layer
Expand Down

0 comments on commit b5c916e

Please sign in to comment.