From 5c8613bb914d8a04fc93e736fd91a56bcd96ff92 Mon Sep 17 00:00:00 2001 From: Alex Pyattaev Date: Wed, 25 Jan 2023 16:00:39 +0200 Subject: [PATCH] Shorten and improve description in examples/README.md Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com> --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index b2b3a71c472..47ab5a9dc3a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,7 +10,7 @@ Below is a brief description of each of these: | `maturin-starter` | A template project which is configured to use [`maturin`](https://github.com/PyO3/maturin) for development. | | `setuptools-rust-starter` | A template project which is configured to use [`setuptools_rust`](https://github.com/PyO3/setuptools-rust/) for development. | | `word-count` | A quick performance comparison between word counter implementations written in each of Rust and Python. | -| `plugin` | Illustrates how to make Python plugins work within a Rust application in a way that allows one to separate the Python API from the main application. | +| `plugin` | Illustrates how to use Python as a scripting language within a Rust application | ## Creating new projects from these examples