Skip to content

Commit a14a9d7

Browse files
[DOC] Update README.md (#8157)
Fixes #8157 . ### Description Fixed some typos in README.md ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [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 <[email protected]>
1 parent 46a5272 commit a14a9d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
[![codecov](https://codecov.io/gh/Project-MONAI/MONAI/branch/dev/graph/badge.svg?token=6FTC7U1JJ4)](https://codecov.io/gh/Project-MONAI/MONAI)
1717
[![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)
1818

19-
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/).
20-
Its ambitions are:
21-
- developing a community of academic, industrial and clinical researchers collaborating on a common foundation;
22-
- creating state-of-the-art, end-to-end training workflows for healthcare imaging;
23-
- providing researchers with the optimized and standardized way to create and evaluate deep learning models.
19+
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/).
20+
Its ambitions are as follows:
21+
- Developing a community of academic, industrial and clinical researchers collaborating on a common foundation;
22+
- Creating state-of-the-art, end-to-end training workflows for healthcare imaging;
23+
- Providing researchers with the optimized and standardized way to create and evaluate deep learning models.
2424

2525

2626
## Features

0 commit comments

Comments
 (0)