Skip to content

Commit 0ca5105

Browse files
jadarlinryjones
authored andcommitted
docs: Fixing tutorial changes re credential files
Signed-off-by: jadarlin <jancdarling@gmail.com>
1 parent 7270e73 commit 0ca5105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ print(cli.CAs) # ca nodes in the network
104104

105105
### 1.2 Prepare User Id (Optionally)
106106

107-
The SDK needs the credentials file as a valid network user.
107+
The SDK needs the credential files as a valid network user.
108108

109109
Typically there are two ways: using cryptogen or using Fabric-CA. That will depend on how your network boots up with.
110110

111111
#### 1.2.1 Using Local Credentials
112112

113-
The SDK will load the valid credentials from local path (the credentials file must be put there in advance).
113+
The SDK will load the valid credentials from local path (the credential files must be put there in advance).
114114

115115
```python
116116
from hfc.fabric import Client

0 commit comments

Comments
 (0)