Skip to content

Commit f2ce616

Browse files
committed
docs: Updated import statement in readme
1 parent 7cf16b8 commit f2ce616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private void OnListWorkspaces(DetailedResponse<WorkspaceCollection> response, IB
161161
### Username and password
162162
```cs
163163
using IBM.Watson.Assistant.v1;
164-
using IBM.Watson.DeveloperCloud.Utilities;
164+
using IBM.Cloud.SDK.Utilities;
165165

166166
void Start()
167167
{

0 commit comments

Comments
 (0)