diff --git a/README.md b/README.md index 63156771c..33d2fbdba 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ ## Introduction -MeasurementLink Support for Python (`ni-measurementlink-service`) is a Python framework that enables measurement developers to quickly create Python measurements and run them as a service (gRPC). +MeasurementLink Support for Python (`ni-measurementlink-service`) is a Python +framework that helps you create reusable measurement plug-ins using gRPC +services. Deploy your measurement plug-ins to perform interactive validation in +InstrumentStudio and automated testing in TestStand. --- diff --git a/ni_measurementlink_generator/README.md b/ni_measurementlink_generator/README.md index 325e657b1..b686024e8 100644 --- a/ni_measurementlink_generator/README.md +++ b/ni_measurementlink_generator/README.md @@ -4,7 +4,8 @@ ## Introduction -MeasurementLink Code Generator for Python (`ni-measurementlink-generator`) is a tool for generating measurement plugins. +MeasurementLink Code Generator for Python (`ni-measurementlink-generator`) is a +tool for generating reusable measurement plug-ins using gRPC services. For installation and usage, see [MeasurementLink Support for Python (`ni-measurementlink-service`)](https://pypi.org/project/ni-measurementlink-service/).