Skip to content

Commit a29d424

Browse files
committed
fix readme typo
1 parent 43d9a57 commit a29d424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ CounterPath Bria Desktop API for Node.js
55
## Installing
66

77
```shell
8-
npm install --save bria # alternatively, yarn add bria, pnpm add brioa
8+
npm install --save bria # alternatively, yarn add bria, pnpm add bria
99
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bria",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CounterPath Bria Desktop API for Node.js",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)