diff --git a/README.md b/README.md
index 7734239..5b477ee 100644
--- a/README.md
+++ b/README.md
@@ -1,67 +1,68 @@
-
+
# đ Introduction
-Welcome to the Neutron TimeCube (NTC) analysis tools repository! This project is designed to provide researchers and data analysts with tools to interpret and visualize data from the NTC, a sophisticated device used in neutron detection and characterization.
+Welcome to the Neutron TimeCube (NTC) analysis tools repository! This project provides researchers and data analysts with essential tools for interpreting and visualizing data generated by the NTC, a sophisticated device used in [neutron detection](https://en.wikipedia.org/wiki/Neutron_detection) and characterization.
-[](https://github.com/ultralytics/ntc/actions/workflows/format.yml)
+[](https://github.com/ultralytics/ntc/actions/workflows/format.yml)
+[](https://discord.com/invite/ultralytics)
+[](https://community.ultralytics.com/)
+[](https://reddit.com/r/ultralytics)
-## đ Description
+## đ Project Overview
-The repository available at [ultralytics/ntc](https://github.com/ultralytics/ntc) houses a suite of MATLAB scripts and functions tailored for the analysis of neutron detection data. With these tools, users can process, analyze, and visualize NTC data, facilitating cutting-edge research in neutron science.
+The repository, available at [ultralytics/ntc](https://github.com/ultralytics/ntc), contains a suite of [MATLAB](https://www.mathworks.com/products/matlab.html) scripts and functions specifically designed for analyzing neutron detection data. These tools empower users to process, analyze, and visualize NTC data, supporting advanced research in [neutron science](https://en.wikipedia.org/wiki/Neutron_science).
-## âī¸ Requirements
+## âī¸ Prerequisites
-Before diving in, make sure you have the following prerequisites:
+Before you begin, ensure you meet the following requirements:
-- [MATLAB](https://www.mathworks.com/products/matlab.html) version 2018a or higher.
-- Access to the 'functions-matlab' common functions repository:
+- **MATLAB:** Version 2018a or newer.
+- **Common Functions:** Access to the `functions-matlab` common functions repository. Clone it using:
```bash
- $ git clone https://github.com/ultralytics/functions-matlab
+ git clone https://github.com/ultralytics/functions-matlab
```
- Add the repository to the MATLAB path using:
+ Then, add the repository to your MATLAB path:
```matlab
- >> addpath(genpath('/path/to/functions-matlab'))
+ addpath(genpath('/path/to/functions-matlab')) % Replace with the actual path
```
-- The following MATLAB toolboxes should be installed:
- - Statistics and Machine Learning Toolbox
- - Signal Processing Toolbox
+- **MATLAB Toolboxes:** The following toolboxes must be installed:
+ - [Statistics and Machine Learning Toolbox](https://www.mathworks.com/products/statistics.html)
+ - [Signal Processing Toolbox](https://www.mathworks.com/products/signal.html)
-Ensure that all installations and configurations match these requirements to smoothly run the NTC analysis tools.
+Verify that all installations and path configurations are correctly set up to ensure the NTC analysis tools run smoothly.
-## đ Running the Tools
+## đ Getting Started
-To begin analyzing your data:
+To start analyzing your NTC data:
-1. Open MATLAB
-2. Execute the command:
- ```matlab
- >> NTCviewer
- ```
+1. Open MATLAB.
+2. Navigate to the repository directory.
+3. Execute the following command in the [MATLAB Command Window](https://www.mathworks.com/help/matlab/learn_matlab/command-window.html):
+ ```matlab
+ NTCviewer
+ ```
-Here is a glimpse of the kind of interface you can expect with our `NTCviewer`:
+Below is an example of the `NTCviewer` interface you will interact with:

-## đ¤ Contribute
+## đ¤ Contributing
-We welcome contributions from the community! Whether you're fixing bugs, adding new features, or improving documentation, your input is invaluable. Take a look at our [Contributing Guide](https://docs.ultralytics.com/help/contributing/) to get started. Also, we'd love to hear about your experience with Ultralytics products. Please consider filling out our [Survey](https://www.ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey). A huge đ and thank you to all of our contributors!
+Contributions from the [GitHub](https://github.com/) community are highly encouraged! Whether it involves fixing bugs, adding new features, or enhancing documentation, your input is valuable. Please review our [Contributing Guide](https://docs.ultralytics.com/help/contributing/) for detailed instructions on how to participate. We also invite you to share your experiences with [Ultralytics](https://www.ultralytics.com/) products by completing our brief [Survey](https://www.ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey). A big thank you đ to all our contributors!
-
+[](https://github.com/ultralytics/ultralytics/graphs/contributors)
-
-
+## ÂŠī¸ Licensing
-## ÂŠī¸ License
+Ultralytics offers two licensing options to accommodate different usage scenarios:
-Ultralytics is excited to offer two different licensing options to meet your needs:
+- **AGPL-3.0 License:** This [OSI-approved](https://opensource.org/license) open-source license is ideal for students and enthusiasts interested in open collaboration and knowledge sharing. See the [LICENSE](https://github.com/ultralytics/ntc/blob/main/LICENSE) file for specifics.
+- **Enterprise License:** Designed for commercial applications, this license permits the integration of Ultralytics software and AI models into commercial products and services without the open-source requirements of AGPL-3.0. If your project involves commercial use, please inquire about an [Enterprise License](https://www.ultralytics.com/license).
-- **AGPL-3.0 License**: Perfect for students and hobbyists, this [OSI-approved](https://opensource.org/license) open-source license encourages collaborative learning and knowledge sharing. Please refer to the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file for detailed terms.
-- **Enterprise License**: Ideal for commercial use, this license allows for the integration of Ultralytics software and AI models into commercial products without the open-source requirements of AGPL-3.0. For use cases that involve commercial applications, please contact us via [Ultralytics Licensing](https://www.ultralytics.com/license).
+## đŦ Get in Touch
-## đŦ Contact Us
-
-For bug reports, feature requests, and contributions, head to [GitHub Issues](https://github.com/ultralytics/velocity/issues). For questions and discussions about this project and other Ultralytics endeavors, join us on [Discord](https://discord.com/invite/ultralytics)!
+For bug reports, feature suggestions, and contributions, please use the [GitHub Issues](https://github.com/ultralytics/ntc/issues) section of the repository. For broader questions and discussions about this project or other Ultralytics initiatives, join the [Ultralytics community](https://community.ultralytics.com/) or connect with us on [Discord](https://discord.com/invite/ultralytics)!