docs: fix README typos - #453
Closed
chenlichao wants to merge 1 commit into
Closed
chenlichao wants to merge 1 commit into
chenlichao wants to merge 1 commit into
Conversation
Signed-off-by: Lichao Chen <lichao_chen@outlook.com>
Broly Security ScanNote Baseline snapshot is missing for this repo. Broly is running in PR-only fallback mode until the first scheduled baseline completes. This does not block the PR. Note ✅ Clean scan
|
Author
|
gentle nudge for a first review — README typo fixes, CI green. |
Author
|
Bumping again for a first review — README typo fixes, CI green. Happy to make any changes. |
Contributor
|
This repo is deprecated and is not taking new patches. Thanks. The new SDK is hosted at https://github.com/togethercomputer/together-py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Have you read the Contributing Guidelines?
Yes.
Issue #
N/A
Describe your changes
Fix three small README spelling typos:
maintanence->maintenancein the V1 deprecation noteretrive->retrievein the Files API descriptionretrive->retrievein the Fine-tunes API descriptionThese are documentation-only changes that make the README a bit clearer for users reading the current V1 SDK docs.
Verification performed:
git diff --checkgrep -nE 'maintanence|retrive' README.mdreturned no matches