We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10919d commit 71cd237Copy full SHA for 71cd237
README.md
@@ -47,13 +47,13 @@ loader script.
47
Preparing the server
48
--------------------
49
50
-Install the latest soaplib and twisted from pypi. As a priviledged user, you can
+Install the latest rpclib and twisted from pypi. As a privileged user, you can
51
execute the following command:
52
53
- easy_install soaplib
+ easy_install rpclib
54
easy_install twisted
55
56
-Once soaplib and twisted are installed, you can run the demo server using the
+Once rpclib and twisted are installed, you can run the demo server using the
57
following command:
58
59
./demo_server.py
0 commit comments