Skip to content

Commit

Permalink
[JS] docs: Fixed broken link and changed naming of SDK to library. (#…
Browse files Browse the repository at this point in the history
…1062)

#minor
This has some minor fixes to the JS readme that posts to NPM JS

## Attestation Checklist

- [x] My code follows the style guidelines of this project

- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (we use
[TypeDoc](https://typedoc.org/) to document our code)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
  - Local testing
  - E2E testing in Teams
- New and existing unit tests pass locally with my changes

Co-authored-by: Carter <[email protected]>
  • Loading branch information
Carter425 and Carter authored Dec 14, 2023
1 parent 151b707 commit 113e28f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/packages/teams-ai/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Teams AI SDK
# Teams AI Library

Welcome to the Teams AI SDK JavaScript package. See the [Teams AI repo README.md](https://github.com/microsoft/teams-ai), for general information, including updates on dotnet support.
Welcome to the Teams AI Library JavaScript package. See the [Teams AI repo README.md](https://github.com/microsoft/teams-ai), for general information, including updates on dotnet support.

Requirements:

- node v16.x
- node v18.x

## Getting Started: Migration v.s. New Project

If you're migrating an existing project, switching to add on the Teams AI layer is quick and simple. For a more-detailed walkthrough, see the [migration guide](../../../getting-started/js/00.MIGRATION.md). The basics are listed below.
If you're migrating an existing project, switching to add on the Teams AI layer is quick and simple. For a more-detailed walkthrough, see the [migration guide](https://github.com/microsoft/teams-ai/blob/main/getting-started/js/00.MIGRATION.md). The basics are listed below.

### Migration

Expand Down

0 comments on commit 113e28f

Please sign in to comment.