Skip to content

Commit

Permalink
docs: remove semi
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Apr 5, 2023
1 parent 66baf48 commit 7dc0ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pnpm add neis.ts
## Usage

```ts
import { Neis } from 'neis.ts';
import { Logger } from 'tslog'; // Optional
import { Neis } from 'neis.ts'
import { Logger } from 'tslog' // Optional
const logger = new Logger() // Optional
const neis = new Neis({
Expand Down

0 comments on commit 7dc0ef2

Please sign in to comment.