Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ if __name__ == "__main__":

### Reader

This element is similar to the __Algoritm__ one except that it focus on vtk.js readers by allowing to leverage their custom API.
This element is similar to the __Algorithm__ one except that it focus on vtk.js readers by allowing to leverage their custom API.
A reader expect like an __Algorithm__ a __vtkClass__ among the one [listed below](https://github.com/Kitware/react-vtk-js/blob/master/src/AvailableClasses.js#L17-L24):

- __vtkClass__
Expand Down