Skip to content

Commit

Permalink
Fix Flutter Web example link
Browse files Browse the repository at this point in the history
  • Loading branch information
Francessco121 committed Jul 5, 2020
1 parent 99aeee8 commit a285b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ This package does not come with msal.js. Please refer to the [msal.js documentat
See the [msal.js support table](#msaljs-support-table) below to determine which version of msal.js should be used with each version of this package.

## Usage
See [example/example.md](./example/example.md) for a more complete example.
For more complete usage information, see this [example](./example/example.md).

For usage in a Flutter Web app, see the [Flutter Web example](./example/flutter_web_example.md).

Also see the [msal.js documentation](https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki). Class, function, and parameter names are *almost* all the same between this wrapper and msal.js (please see ["Differences from msal.js"](#differences-from-msaljs) for more information). Following msal.js examples should be mostly straight-forward.

Expand Down
2 changes: 1 addition & 1 deletion example/example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> **Looking for a Flutter Web example?**
>
> See our [example for Flutter Web apps here](./flutter_web_example).
> See our [example for Flutter Web apps here](https://github.com/milestonetg/msal-js-dart/blob/master/example/flutter_web_example.md).
> **NOTE: PLEASE READ FIRST**
>
Expand Down

0 comments on commit a285b17

Please sign in to comment.