Skip to content

Commit a4d62ec

Browse files
committed
update readme for published pypi package
1 parent fae4093 commit a4d62ec

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
@@ -10,7 +10,7 @@ A Python library for creating and managing plugins for Disguise Designer. This l
1010
To install the plugin, use pip:
1111

1212
```bash
13-
pip install git+https://github.com/disguise-one/python-plugin
13+
pip install designer-plugin
1414
```
1515

1616
<br/>
@@ -217,7 +217,7 @@ async with D3AsyncSession('localhost', 80, ["mymodule"]) as session:
217217
rename_surface_get_time.payload("surface 1", "surface 2"))
218218

219219
# Use plugin() for full response with logs and status
220-
from designer_plugin.d3sdk import PluginResponse
220+
from designer_plugin import PluginResponse
221221
response: PluginResponse = await session.plugin(
222222
rename_surface_get_time.payload("surface 1", "surface 2"))
223223
print(f"Status: {response.status.code}")

0 commit comments

Comments
 (0)