Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Fix missing commas in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncc authored and fusion-bot[bot] committed Aug 12, 2018
1 parent 8f94dca commit bcde7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export default createPlugin({
import React from 'react';
import App from 'fusion-react';
import JWTSession, {
SessionSecretToken
SessionCookieNameToken
SessionSecretToken,
SessionCookieNameToken,
SessionCookieExpiresToken
} from 'fusion-plugin-jwt';
import {SessionToken} from 'fusion-tokens';
Expand Down

0 comments on commit bcde7c8

Please sign in to comment.