Skip to content

Commit

Permalink
Add swift syntax highlighting (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Oct 8, 2018
1 parent 83694d6 commit 0b4be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ let payload = Payload(message)

The signer algorithm must match the header algorithm.

```
``` swift
let privateKey: SecKey = /* ... */

let signer = Signer(signingAlgorithm: .RS512, privateKey: privateKey)!
Expand Down

0 comments on commit 0b4be33

Please sign in to comment.