From 67be535030bdf4a35c28078ea4549e3ca35e4693 Mon Sep 17 00:00:00 2001 From: Mohammadreza Yektamaram Date: Thu, 26 Sep 2019 18:23:10 +0330 Subject: [PATCH] Fix a typo (#1934) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9f073cd5..1810b24fd3 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Dockerfiles are available [here](./tools/ci_build/github/linux/docker) to help y ## Getting ONNX Models * The [ONNX Model Zoo](https://github.com/onnx/models) has popular ready-to-use pre-trained models. -* To export or convert a trained ONNX model trained from various frameworks, see [ONNX Tutorials](https://github.com/onnx/tutorials). Versioning comptability information can be found under [Versioning](docs/Versioning.md#tool-compatibility) +* To export or convert a trained ONNX model trained from various frameworks, see [ONNX Tutorials](https://github.com/onnx/tutorials). Versioning compatibility information can be found under [Versioning](docs/Versioning.md#tool-compatibility) * Other services that can be used to create ONNX models include: * [AutoML from AzureML SDK](https://aka.ms/automatedmldocs) * [Custom Vision](https://www.customvision.ai/)