Skip to content

Commit

Permalink
Merge pull request #103 from AlexJerabek/AlexJ-WritingAssistant
Browse files Browse the repository at this point in the history
Minor description and name suggestions for Writing Assistant sample
  • Loading branch information
hermanwenhe committed Sep 11, 2024
2 parents 470d6bb + 741560d commit 5d71300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Word-Add-in-WritingAssistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="./assets/thumbnail.png" width="800" alt="A document with pre-defined content provided by the add-in.">

This add-in demonstrates Word add-in capabilities to help users check errors, improve writing, and rephrase content.
This sample add-in helps Word users check for errors, improve their writing, and rephrase content.

## Features

Expand All @@ -27,9 +27,9 @@ We recommend you try this sample by using the [Office Add-ins Development Kit](h
To download this sample code, either:
* Open the Office Add-ins Development Kit extension and view samples in the **Sample gallery**. Select the **Create** button in the top-right corner of the sample page.
* [Clone](https://docs.github.com/repositories/creating-and-managing-repositories/cloning-a-repository) this repository or download this sample to a folder on your computer. Then, open the folder in Visual Studio Code.

1. **Open the Office Add-ins Development Kit**

Select the <img src="./assets/Icon_Office_Add-ins_Development_Kit.png" width="30" alt="Office Add-ins Development Kit"/> icon in the **Activity Bar** to open the extension.

1. **Preview Your Office Add-in (F5)**
Expand Down
4 changes: 2 additions & 2 deletions Word-Add-in-WritingAssistant/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Version>1.0.0.0</Version>
<ProviderName>Contoso</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="WritingAssistant"/>
<Description DefaultValue="A template to get started."/>
<DisplayName DefaultValue="Writing Assistant"/>
<Description DefaultValue="This sample add-in helps Word users check for errors, improve their writing, and rephrase content."/>
<IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-64.png"/>
<SupportUrl DefaultValue="https://www.contoso.com/help"/>
Expand Down

0 comments on commit 5d71300

Please sign in to comment.