From a0cfa2a4460f1fedf4f2be5a9e0c30a3637a39a8 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 31 May 2021 00:41:12 +0300 Subject: [PATCH] Updated API reference (markdown) --- API-reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API-reference.md b/API-reference.md index 48afdee..c9a238b 100644 --- a/API-reference.md +++ b/API-reference.md @@ -2,9 +2,9 @@ | Namespace | Description | | --------- | ----------- | | [SimpleOTP](#SimpleOTP) | Main namespace with [OTPService](https://github.com/XFox111/SimpleOTP/wiki/OTPService) and [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) classes | -| [SimpleOTP.Models](#SimpleOTP.Models) | Namespace with data object models | -| [SimpleOTP.Enums](#SimpleOTP.Enums) | Namespace with type enumerations | -| [SimpleOTP.Helpers](#SimpleOTP.Helpers) | Namespace with supplementary service classes | +| [SimpleOTP.Models](#SimpleOTPModels) | Namespace with data object models | +| [SimpleOTP.Enums](#SimpleOTPEnums) | Namespace with type enumerations | +| [SimpleOTP.Helpers](#SimpleOTPHelpers) | Namespace with supplementary service classes | ## SimpleOTP | Class | Description |