From 33dfad6f6ae16df075cdab9d874dfbeaad51dea4 Mon Sep 17 00:00:00 2001
From: mejrs <59372212+mejrs@users.noreply.github.com>
Date: Mon, 2 Oct 2023 21:27:46 +0200
Subject: [PATCH] Update readme

---
 examples/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/README.md b/examples/README.md
index 47ab5a9dc3a..fb14702e44a 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -11,6 +11,7 @@ Below is a brief description of each of these:
 | `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 use Python as a scripting language within a Rust application |
+| `string-sum` | An extension module written using pyo3's ffi declarations |
 
 ## Creating new projects from these examples