Skip to content

Commit

Permalink
Add link to docs (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored May 17, 2023
1 parent 0281092 commit 2fb2b29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![License](https://img.shields.io/:license-mit-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
![CircleCI](https://img.shields.io/circleci/build/github/auth0/node-auth0)

πŸ“š [Documentation](#documentation) - πŸš€ [Getting Started](#getting-started) - πŸ’¬ [Feedback](#feedback)
πŸ“š [Documentation](#documentation) - πŸš€ [Getting Started](#getting-started) - πŸ’» [API Reference](#api-reference) - πŸ’¬ [Feedback](#feedback)

## Documentation

Expand Down Expand Up @@ -74,6 +74,11 @@ var management = new ManagementClient({
});
```

## API Reference

- [AuthenticationClient](https://auth0.github.io/node-auth0/beta/classes/auth.AuthenticationClient.html)
- [ManagementClient](https://auth0.github.io/node-auth0/beta/classes/management.ManagementClient.html)

## Feedback

### Contributing
Expand Down

0 comments on commit 2fb2b29

Please sign in to comment.