From 49463d5062e9584c01e35fa38f707e5a64e1a74b Mon Sep 17 00:00:00 2001 From: Felipe Delestro Matos <fima@pop-os.localdomain> Date: Mon, 18 Sep 2023 15:34:48 +0200 Subject: [PATCH] typo fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fd9e91e..56d231de 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Or clone this repository for the most recent version. # Usage -Some basic funtionalites are descibred here, for the full functionatilies please see the documentation. +Some basic funtionalites are descibred here. The full documentation is still under development. ## Loading Data To load image data from a file, use `qim.io.load()` @@ -32,7 +32,7 @@ vol = qim3d.io.load("path/to/file.tif", virtual_stack=True) ``` ## Visualize data -YOu can easily check slices from your volume using `slice_viz` +You can easily check slices from your volume using `slice_viz` ```python import qim3d @@ -52,7 +52,7 @@ qim3d.viz.slice_viz(img, img_width=6, img_height=6, cmap="inferno") ## GUI Components -The library also provides GUI components for interactive data exploration. +The library also provides GUI components for interactive data analysis and exploration. The `qim3d.gui` module contains various classes for visualization and analysis: ```python @@ -63,7 +63,7 @@ app.launch() ``` # Contributing -Contributions to QIM are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request. +Contributions to `qim3d` are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request. # License This project is licensed under the MIT License. \ No newline at end of file -- GitLab