Skip to content

Commit

Permalink
Merge pull request #3 from mattbrannon/docs
Browse files Browse the repository at this point in the history
update package name in README
  • Loading branch information
mattbrannon authored May 5, 2023
2 parents 607a0dc + d6413be commit a01b5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## MultiTranslator
## Translator

This project aims to combine the functionality of multiple translation services into a single API. Each translation service requires an API key. You can get an API key for each translator at the following links:

Expand All @@ -23,13 +23,13 @@ You don't have to get an API key for every translation service. For example if y
## Installation

```bash
npm install multi-translator
npm install @mattbrannon/translator
```

## Usage

```js
import { makeTranslators } from "multi-translator";
import { makeTranslators } from "@mattbrannon/translator";
const translators = makeTranslators({
google: process.env.GOOGLE_API_KEY,
microsoft: process.env.MICROSOFT_API_KEY,
Expand Down

0 comments on commit a01b5a2

Please sign in to comment.