Skip to content

Commit 2d9deb9

Browse files
committed
Added to the main README the missing section for more information.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent a04c87a commit 2d9deb9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ Route::get('/some-route', function () {
189189
Not enough details in the bare bones quickstart? No worries, check the [detailed quickstarts](QUICKSTARTS.md) that contain a more comprehensive set of instructions, including how to test the Approov integration.
190190

191191

192+
## More Information
193+
194+
* [Approov Overview](OVERVIEW.md)
195+
* [Detailed Quickstarts](QUICKSTARTS.md)
196+
* [Examples](EXAMPLES.md)
197+
* [Testing](TESTING.md)
198+
199+
192200
## Issues
193201

194202
If you find any issue while following our instructions then just report it [here](https://github.com/approov/quickstart-php-laravel-token-check/issues), with the steps to reproduce it, and we will sort it out and/or guide you to the correct path.

docs/APPROOV_TOKEN_BINDING_QUICKSTART.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ eval `approov role admin`
6969

7070
Next, retrieve the Approov secret with:
7171

72-
```text
72+
```bash
7373
approov secret -get base64
7474
```
7575

0 commit comments

Comments
 (0)