Skip to content

Commit

Permalink
Merge pull request #102 from drashland/update-drafter-config
Browse files Browse the repository at this point in the history
chore: Update release_drafter_config.yml
  • Loading branch information
crookse committed Feb 11, 2021
2 parents 7f697c1 + ef12e3f commit 6fac645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release_drafter_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ template: |
__Compatibility__
* Requires Deno v<DENO_VERSION> or higher
* Requires Drashv<DRASH_VERSION> or higher
* Requires Drash v<DRASH_VERSION> or higher
* Uses Deno std@<STD_VERSION>
__Importing__
* Import this latest release by using the following in your project(s):
```typescript
import { MiddlewareModule } from "https://deno.land/x/rhum@v$RESOLVED_VERSION/<middleware-module>/mod.ts";
import { MiddlewareModule } from "https://deno.land/x/drash_middleware@v$RESOLVED_VERSION/<middleware-module>/mod.ts";
```
_Note: Change `MiddlewareModule` and `<middleware_module>` to reflect the middleware you want to import._
Expand Down

0 comments on commit 6fac645

Please sign in to comment.