From 2c236d5bd5aeb71d320d88b8680a13c086e8c50e Mon Sep 17 00:00:00 2001 From: Robert M Lugg Date: Wed, 31 Jul 2019 09:32:03 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ba02255..5f2295f 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Dependencies You can install Snappy C library with following commands: - APT: :code:`sudo apt-get install libsnappy-dev` - - RPM: :code:`sudo yum install libsnappy-devel` + - RPM: :code:`sudo yum install snappy-devel` - Brew: :code:`brew install snappy` To use with pypy: