diff --git a/README.md b/README.md index c4eed5f..2d2f65d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Data Controller for SASĀ® solves all these issues in a simple-to-install, user-f An individual Viya deploy can be done in just 2 lines of #SAS code! ```sas -filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya_noweb.sas"; +filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas"; %inc dc; ```