We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7270e73 commit 0ca5105Copy full SHA for 0ca5105
docs/source/tutorial.md
@@ -104,13 +104,13 @@ print(cli.CAs) # ca nodes in the network
104
105
### 1.2 Prepare User Id (Optionally)
106
107
-The SDK needs the credentials file as a valid network user.
+The SDK needs the credential files as a valid network user.
108
109
Typically there are two ways: using cryptogen or using Fabric-CA. That will depend on how your network boots up with.
110
111
#### 1.2.1 Using Local Credentials
112
113
-The SDK will load the valid credentials from local path (the credentials file must be put there in advance).
+The SDK will load the valid credentials from local path (the credential files must be put there in advance).
114
115
```python
116
from hfc.fabric import Client
0 commit comments