Skip to content

Commit

Permalink
Remove Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogi committed May 24, 2020
1 parent 8a3dccb commit 5a99cb7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ After [installing DPX](https://github.com/denorg/dpx), you can directly use the

```bash
dpx humanize_url https://yogi.codes
//=> 'yogi.codes'
# yogi.codes
```

### CLI
Expand All @@ -33,7 +33,7 @@ Alternatively, you can use it directly from the CLI by using `deno run`:

```bash
deno run https://deno.land/x/humanize_url/cli.ts https://yogi.codes
//=> 'yogi.codes'
# yogi.codes
```

You can also install it globally using the following:
Expand All @@ -46,21 +46,15 @@ Then, the package is available to run:

```bash
humanize_url https://yogi.codes
//=> 'yogi.codes'
# yogi.codes
```

### Configuration

Required permissions:

1. `--allow-read`

## 👩‍💻 Development

Run tests:

```bash
deno test --allow-read
deno test
```

## 📄 License
Expand Down

0 comments on commit 5a99cb7

Please sign in to comment.