diff --git a/c-sharp/Users/ParatextRegistrationService.cs b/c-sharp/Users/ParatextRegistrationService.cs index 877f522856..b2d4284373 100644 --- a/c-sharp/Users/ParatextRegistrationService.cs +++ b/c-sharp/Users/ParatextRegistrationService.cs @@ -34,11 +34,11 @@ public async Task InitializeAsync() { // Set up commands on the PAPI await PapiClient.RegisterRequestHandlerAsync( - "command:platformScripture.getParatextRegistrationData", + "command:paratextRegistration.getParatextRegistrationData", GetParatextRegistrationData ); await PapiClient.RegisterRequestHandlerAsync( - "command:platformScripture.setParatextRegistrationData", + "command:paratextRegistration.setParatextRegistrationData", SetParatextRegistrationData ); } diff --git a/extensions/src/paratext-registration/LICENSE b/extensions/src/paratext-registration/LICENSE index 59882a9250..f43d285eef 100644 --- a/extensions/src/paratext-registration/LICENSE +++ b/extensions/src/paratext-registration/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright © 2024 SIL International Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/src/paratext-registration/README.md b/extensions/src/paratext-registration/README.md index 2fe51ecbbf..3d80f4060e 100644 --- a/extensions/src/paratext-registration/README.md +++ b/extensions/src/paratext-registration/README.md @@ -1,8 +1,8 @@ -# paranext-extension-template +# paratext-registration -Basic extension template for Platform.Bible +Platform.Bible extension that helps users to set up authentication with the Paratext Registry - +