sassoftware / restaf

A simple framework for building applications with SAS REST APIs, supported with SAS Viya
Apache License 2.0
17 stars 10 forks source link

Typo in wiki #45

Closed Criptic closed 2 years ago

Criptic commented 3 years ago

In the chapter Usage Notes for restaflib in the nodejs code example there is an s missing in: let restaflib = require('@sasoftware/restaflib'); It should be: let restaflib = require('@sassoftware/restaflib');

devaKumaraswamy commented 2 years ago

fixed