Skip to content

Commit aebaebf

Browse files
committed
Update README.md
1 parent 7d4abcc commit aebaebf

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ bundle install
3838
bin/rails server
3939
```
4040

41-
Open `http://localhost:3000` visit `/en`, `/es`, `/fr`, or `/de` to switch locale.
41+
Open `http://localhost:3000` visit `/en`, `/es`, `/fr`, or `/de` to switch locale.
4242

4343
To translate locally:
4444

4545
```bash
46-
export LINGO_API_KEY="your-api-key"
47-
npx lingo.dev@latest run
46+
npm install -g lingo.dev
47+
lingo.dev run
4848
```
4949

5050
## Links

0 commit comments

Comments
 (0)