Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Mar 6, 2022
1 parent cbeb969 commit 6900b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ export type IssueParameters = {
// Optional parameters to expire this token manager based on time
timeInvalidation?: {
// Optional exact fixed expiration in UTC seconds
expiration?: number;
expiration?: number,
// Optional duration after token is claimed in seconds
durationSeconds?: number;
durationSeconds?: number,
// Optional extension parameters to extend duration
extension?: {
// The amount rate needed for extension
Expand All @@ -86,8 +86,8 @@ export type IssueParameters = {
paymentMint: PublicKey,
// The max expiration limit on how long a rental can be extended
maxExpiration?: number,
}
}
},
},

// Optional parameters to expire this token manager based on usage
useInvalidation?: {
Expand Down

0 comments on commit 6900b6f

Please sign in to comment.