Skip to content

Commit f9b38f2

Browse files
authored
Update README.md
1 parent 715c7b2 commit f9b38f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
99
## Callstats REST API authentication steps:
1010

11-
* Rename PeerCC/Client/RenameToConfig.cs class and file to Config.cs
12-
1311
* Set `App ID`: copy from your application settings to Config.cs
1412
`localSettings.Values["appID"]`
1513

16-
* Set `secret string` in Config.cs
14+
* Set `secret string` (any string the user chooses) in Config.cs
1715
`localSettings.Values["secret"]`
18-
> `secret string` is any string the user chooses
1916

2017
* Open Command Prompt:
2118
`set RANDFILE=.rnd`

0 commit comments

Comments
 (0)