From 3cf7fe4b1fc3b36a2caa90d924d9ba5be0450cce Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Mon, 28 Nov 2016 10:51:22 -0500 Subject: [PATCH] Fixed inline code comments in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96926ec..c56c28b 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ These scripts depend on the following Python packages: * mit-crpg/OpenCG * mit-crpg/PWR_benchmarks -Of particular note, The Python ``beavrs'' package must be installed from the +Of particular note, The Python ``beavrs`` package must be installed from the mit-crpg/PWR_benchmarks repository. This package may be installed with -``distutils'' as follows: +``distutils`` as follows: ```bash cd PWR_benchmarks/BEAVRS/openmc/inputs python setup.py install -``` \ No newline at end of file +```