Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sJonatas committed Aug 15, 2023
1 parent d9cd4f4 commit 936c2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for logging.

## Install
```bash
$ #to be added
$ composer create-project 2am.tech/laravel-mail-api
```

## Configuration
Expand Down Expand Up @@ -109,7 +109,7 @@ Get the current timestamp (on UTC) on ISO-8601 format.
```bash
$ date -u +'%Y-%m-%dT%H:%M:%S.%3NZ'

#ouputs date format
# ouputs date format
$ 2023-08-10T04:32:25.620Z
```

Expand All @@ -122,7 +122,7 @@ signature: HASH-HMACK( AppKey + timestamp, AppSecret )
# with our sample values
signature: HASH-HMACK( 'jwYitJJOop2v' + '2023-08-10T04:32:25.620Z', 'token' )

#output
# output
cb64bbccdff25dcaba24e4c029aa54d99522a3e2e70e5be7be1b48dd8816b4e05b0102f2a2775c895ac73f649b45f6f97f755a112a9f4a206e4053128fc5ada9
```

Expand Down

0 comments on commit 936c2cf

Please sign in to comment.