Skip to content

Update repo name to javascript #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Seam JavaScript SDK

[![npm](https://img.shields.io/npm/v/seam.svg)](https://www.npmjs.com/package/seam)
[![GitHub Actions](https://github.com/seamapi/javascript-next/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/javascript-next/actions/workflows/check.yml)
[![GitHub Actions](https://github.com/seamapi/javascript/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/javascript/actions/workflows/check.yml)

JavaScript SDK for the Seam API written in TypeScript.

Expand Down Expand Up @@ -495,8 +495,8 @@ app.listen(8080, () => {
### Quickstart

```
$ git clone https://github.com/seamapi/javascript-next.git
$ cd javascript-next
$ git clone https://github.com/seamapi/javascript.git
$ cd javascript
$ nvm install
$ npm install
```
Expand All @@ -515,10 +515,10 @@ The [source code] is hosted on GitHub.
Clone the project with

```
$ git clone git@github.com:seamapi/javascript-next.git
$ git clone git@github.com:seamapi/javascript.git
```

[source code]: https://github.com/seamapi/javascript-next
[source code]: https://github.com/seamapi/javascript

### Requirements

Expand Down Expand Up @@ -571,7 +571,7 @@ $ gh workflow run version.yml --raw-field version=<version>

[GitHub CLI]: https://cli.github.com/
[npm-version]: https://docs.npmjs.com/cli/version
[version workflow_dispatch on GitHub Actions]: https://github.com/seamapi/javascript-next/actions?query=workflow%3Aversion
[version workflow_dispatch on GitHub Actions]: https://github.com/seamapi/javascript/actions?query=workflow%3Aversion

## GitHub Actions

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"keywords": [
"node"
],
"homepage": "https://github.com/seamapi/javascript-next",
"bugs": "https://github.com/seamapi/javascript-next/issues",
"repository": "seamapi/javascript-next",
"homepage": "https://github.com/seamapi/javascript",
"bugs": "https://github.com/seamapi/javascript/issues",
"repository": "seamapi/javascript",
"license": "MIT",
"author": {
"name": "Seam Labs, Inc.",
Expand Down
Loading