From 47518b776c50ca314a272d8b4164cf94decca680 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 21 May 2026 14:12:30 +0200 Subject: [PATCH] chore: address review comments --- .../lexical-models/distribute/packages.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/developer/docs/help/guides/lexical-models/distribute/packages.md b/developer/docs/help/guides/lexical-models/distribute/packages.md index bcdf52c732..9240a3fc75 100644 --- a/developer/docs/help/guides/lexical-models/distribute/packages.md +++ b/developer/docs/help/guides/lexical-models/distribute/packages.md @@ -50,20 +50,20 @@ a lexical model package through other mechanisms: ### Step 1) Share the lexical model package file -Once the lexical model package .kmp file is created, you can share them -via external storage devices (USB drive, SD card, etc). If that is not -an option, you can upload the .kmp file to a public facing website. For -this example, the lexical model package for SENĆOŦEN is being uploaded: +Once the lexical model package .model.kmp file is created, you can share them +via external storage devices (USB drive, SD card, etc). If that is not an +option, you can upload the .model.kmp file to a public facing website. For this +example, the lexical model package for SENĆOŦEN is being uploaded: -1. nrc.str.sencoten.model.kmp (the lexical model package .kmp file) +1. nrc.str.sencoten.model.kmp (the lexical model package .model.kmp file) -### Step 2) Create a link to the KMP file +### Step 2) Create a link to the lexical model KMP file -Once all the files have been uploaded, you will need to provide a link -to the lexical model package .kmp file for your device to download and -install. This can either be a link on a web page, or a link in an email. -In this tutorial, a very simple .html web page with a link to the -nrc.str.sencoten.kmp file is created: +Once all the files have been uploaded, you will need to provide a link to the +lexical model package .model.kmp file for your device to download and install. +This can either be a link on a web page, or a link in an email. In this +tutorial, a very simple .html web page with a link to the +nrc.str.sencoten.model.kmp file is created: ```html @@ -77,6 +77,6 @@ nrc.str.sencoten.kmp file is created: The link must be in the format `http://` or `https://` -Upload the web page to your public facing website. Once done, you can -install the lexical model package onto your mobile devices by -downloading the .kmp from your device's internet browser. \ No newline at end of file +Upload the web page to your public facing website. Once done, you can install +the lexical model package onto your mobile devices by downloading the .model.kmp +from your device's internet browser. \ No newline at end of file