Skip to content

Commit

Permalink
Minor config updates and doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysin586 committed Oct 30, 2024
1 parent 8a88170 commit 74194ee
Show file tree
Hide file tree
Showing 5 changed files with 8,037 additions and 8,791 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
push:
paths:
- '!docs/**'
- '!.github/workflows/npm-publish.yml'
branches: [main]
pull_request:
paths:
- '!docs/**'
- '!.github/workflows/npm-publish.yml'
branches: [main]

jobs:
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ You can install it with
npm i -S @humanspeak/svelte-markdown
```

If you use npm or if you prefer yarn

```console
yarn add @humanspeak/svelte-markdown
```

If you're using Sapper you might need to install it as a dev dependency.

## Usage

```html
Expand Down
Loading

0 comments on commit 74194ee

Please sign in to comment.