From 0b694bb878aefa6281bc49336d625fcfb80194b7 Mon Sep 17 00:00:00 2001 From: Stefan-Dimitrov-Stoyanov <57138417+Stefan-Dimitrov-Stoyanov@users.noreply.github.com> Date: Wed, 11 Aug 2021 13:34:44 +0100 Subject: [PATCH] Update README.md Fix the missing space at the end of the first line under the Installation header: https://github.com/sasjs/core/blob/main/README.md#installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26bdf24..f73a0c0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ run; # Installation -First, download the repo to a location your SAS system can access. Then update your sasautos path to include the components you wish to have available,eg: +First, download the repo to a location your SAS system can access. Then update your sasautos path to include the components you wish to have available, eg: ```sas options insert=(sasautos="/your/path/macrocore/base"); @@ -209,4 +209,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!