Skip to content

Commit 13a9d02

Browse files
committed
update README.md
1 parent 0c02d55 commit 13a9d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,12 +684,12 @@ using UnderAutomation.Yaskawa;
684684

685685
```csharp
686686
var robot = new YaskawaRobot();
687-
robot.Connect(new ConnectParameters("192.168.0.1"));
687+
robot.Connect("192.168.0.1");
688688
```
689689

690690
## 🔍 Compatibility
691691

692-
**Supported Robots:**
692+
**Supported Robots:** DX200, YRC1000, YRC1000 Micro
693693
**Operating Systems:** Windows, Linux, macOS
694694
**.NET Versions:** .NET Framework (≥3.5), .NET Standard, .NET Core, .NET 5/6/8/9
695695

0 commit comments

Comments
 (0)