From 75f2a0762cf67509ef5852c1e10daf8d81191602 Mon Sep 17 00:00:00 2001 From: Jamie Townsend Date: Wed, 26 Jul 2023 15:29:12 +0200 Subject: [PATCH] Grammar in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bfeb520..4e5a310d 100644 --- a/README.md +++ b/README.md @@ -83,14 +83,14 @@ You can find a tutorial [here.](docs/tutorial.md) ## How to install -Install _autograd_ using Pip, e.g. +Install Autograd using Pip: ```shell pip install autograd ``` -Some features require _scipy_, which you can install separately or as an -optional dependency along with _autograd_ , e.g. +Some features require SciPy, which you can install separately or as an +optional dependency along with Autograd: ```shell pip install "autograd[scipy]"