chore(docs): readme fix
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m3s
Build / Build-and-test-development (pull_request) Successful in 8m38s

This commit is contained in:
allan
2025-06-06 23:24:35 +01:00
parent 2011c2eee7
commit 063c90caf4

View File

@ -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;
```