From a14a9d77165b11996c023a9bf8e649c3c5d6bbbc Mon Sep 17 00:00:00 2001 From: Smoothengineer <160827599+Smoothengineer@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:25:15 +0530 Subject: [PATCH] [DOC] Update README.md (#8157) Fixes #8157 . ### Description Fixed some typos in README.md ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Smoothengineer <160827599+Smoothengineer@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 498d3c6149..e5607ccb02 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ [![codecov](https://codecov.io/gh/Project-MONAI/MONAI/branch/dev/graph/badge.svg?token=6FTC7U1JJ4)](https://codecov.io/gh/Project-MONAI/MONAI) [![monai Downloads Last Month](https://assets.piptrends.com/get-last-month-downloads-badge/monai.svg 'monai Downloads Last Month by pip Trends')](https://piptrends.com/package/monai) -MONAI is a [PyTorch](https://pytorch.org/)-based, [open-source](https://github.com/Project-MONAI/MONAI/blob/dev/LICENSE) framework for deep learning in healthcare imaging, part of [PyTorch Ecosystem](https://pytorch.org/ecosystem/). -Its ambitions are: -- developing a community of academic, industrial and clinical researchers collaborating on a common foundation; -- creating state-of-the-art, end-to-end training workflows for healthcare imaging; -- providing researchers with the optimized and standardized way to create and evaluate deep learning models. +MONAI is a [PyTorch](https://pytorch.org/)-based, [open-source](https://github.com/Project-MONAI/MONAI/blob/dev/LICENSE) framework for deep learning in healthcare imaging, part of the [PyTorch Ecosystem](https://pytorch.org/ecosystem/). +Its ambitions are as follows: +- Developing a community of academic, industrial and clinical researchers collaborating on a common foundation; +- Creating state-of-the-art, end-to-end training workflows for healthcare imaging; +- Providing researchers with the optimized and standardized way to create and evaluate deep learning models. ## Features