Skip to content

Commit 54f5116

Browse files
[SDK-753] Finxed typo in sample readme
1 parent afb5eac commit 54f5116

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Samples/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,14 @@ This sample illustrates how to use secure Skyflow elements to collect sensitive
105105
The fields can be different depending upon the vault.
106106
3. Update
107107
4. Replace the placeholder "<TOKEN_END_POINT_URL>" of [ExampleTokenProvider.swift](CollectAndRevealSample/CollectAndRevealSample/ExampleTokenProvider.swift) with the bearer token endpoint which gives the bearerToken, implemented at your backend or `http://localhost:3000/`.
108-
5. Running the sample
108+
109+
#### Running the sample
109110
1. Open CMD
110111
2. Navigate to `CollectAndRevealSample`
111112
3. Run
112113

113114
pod install
114-
4. Open the [`CollectAndRevealSample.xcworkspace](`CollectAndRevealSample/`CollectAndRevealSample.xcworkspace) file using xcode
115+
4. Open the `CollectAndRevealSample.xcworkspace` file using xcode
115116
5. click on build and run
116117

117118
### Validations
@@ -121,11 +122,11 @@ This sample illustrates how to apply custom validation rules on secure Skyflow C
121122
2. Replace the placeholder "<VAULT_ID>" in the configuration with the correct vaultId you want to connect
122123
3. Replace the placeholder "<VAULT_URL>" with the correct vaultURL
123124
4. Replace the placeholder "<TOKEN_END_POINT_URL>" in [ExampleTokenProvider.swift](Validations/Validations/ExampleTokenProvider.swift) with the bearer token endpoint which gives the bearerToken, implemented at your backend or `http://localhost:3000/`.
124-
5. Running the sample
125+
#### Running the sample
125126
1. Open CMD
126127
2. Navigate to `Validations`
127128
3. Run
128129
129130
pod install
130-
4. Open the [Validations.xcworkspace](Validations/Validations.xcworkspace) file using xcode
131+
4. Open the `Validations.xcworkspace` file using xcode
131132
5. click on build and run

0 commit comments

Comments
 (0)