diff --git a/README.md b/README.md
index 55b39fd2eb..35c3f5c990 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ If you already have an ONNX model, just [install the runtime](#Installation) for
| API Documentation | CPU package | GPU package |
|-----|-------------|-------------|
| [Python](https://docs.microsoft.com/en-us/python/api/overview/azure/onnx/intro?view=azure-onnx-py) | [Windows](https://pypi.org/project/onnxruntime/)
[Linux](https://pypi.org/project/onnxruntime/)
[Mac](https://pypi.org/project/onnxruntime/)| [Windows](https://pypi.org/project/onnxruntime-gpu)
[Linux](https://pypi.org/project/onnxruntime-gpu/) |
-| [C#](docs/CSharp_API.md) | [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Linux - Coming Soon
Mac - Coming Soon| Coming Soon |
+| [C#](docs/CSharp_API.md) | [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Linux - Coming Soon
Mac - Coming Soon| [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)
Linux - Coming Soon
Mac - Coming Soon|
| [C (experimental)](docs/C_API.md) | Coming Soon | Coming Soon |
| [C++](onnxruntime/core/session/inference_session.h) | TBD | TBD |