Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pereslavtsev committed Nov 23, 2021
2 parents 7435f21 + f5e85fa commit 29c0a2f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ A shared package of [Protocol Buffers](https://developers.google.com/protocol-bu

## Install
```
$ npm i @webarchiver/protoc
$ npm i @pereslavtsev/webarchiver-protoc
$ yarn add @webarchiver/protoc
$ yarn add @pereslavtsev/webarchiver-protoc
$ pnpm add @webarchiver/protoc
$ pnpm add @pereslavtsev/webarchiver-protoc
```

## Usage
Expand All @@ -22,5 +22,11 @@ $ pnpm protoc:gen
$ pnpm build
```

```typescript
import { core } from '@pereslavtsev/webarchiver-protoc';

core.v1
```

## License
ISC

0 comments on commit 29c0a2f

Please sign in to comment.