Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix: fixed readme Installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Jun 7, 2020
1 parent 6319e81 commit 32031da
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 @@ -23,9 +23,9 @@ Vary is based on [vary](https://www.npmjs.com/package/vary) and has been ported
Use the following import:

```
const { vary } = "https://raw.githubusercontent.com/dmpjs/vary/master/mod.ts"; // import from github as raw data
import { vary } from "https://raw.githubusercontent.com/dmpjs/vary/master/mod.ts"; // import from github as raw data
const { vary } = "https://deno.land/x/vary/mod.ts"; // If module is uploaded into deno.land
import { vary } from "https://deno.land/x/vary/mod.ts"; // If module is uploaded into deno.land
```

## Usage
Expand Down

0 comments on commit 32031da

Please sign in to comment.