From 063c90caf4acf5fc3632508600239c828d72dab8 Mon Sep 17 00:00:00 2001 From: allan Date: Fri, 6 Jun 2025 23:24:35 +0100 Subject: [PATCH] chore(docs): readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ```