From 266e608dc55c2eec52124941842af7b742fe87f4 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 18 May 2017 23:30:36 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356ac9bd..dce5452b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PyO3 [![Build Status](https://travis-ci.org/PyO3/PyO3.svg?branch=master)](https: [Rust](http://www.rust-lang.org/) bindings for the [python](https://www.python.org/) interpreter. * [Documentation](http://pyo3.github.io/PyO3/doc/PyO3/) -* Cargo package: [cpython](https://crates.io/crates/pyo3) +* Cargo package: [pyo3](https://crates.io/crates/pyo3) ---