Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c5ba75

Browse files
committed
Fix typo
1 parent 4d2629a commit 0c5ba75

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vue-rss-feed
2-
A simple componenet to embed beautiful RSS feeds with Vuejs
2+
A simple component to embed beautiful RSS feeds with Vuejs
33

44
## Demo
55
[demo](https://rssapp.github.io/vue-rss-feed/)
@@ -25,7 +25,7 @@ export default {
2525
return {
2626
feedUrl: "https://rss.app/feeds/hmsyAr3PyniBpmOd.xml",
2727
name: "",
28-
limit: 5,
28+
limit: 5,
2929
};
3030
},
3131
};
@@ -36,17 +36,17 @@ Then use it in your template
3636
```HTML
3737
<template>
3838
<VueRssFeed :feedUrl="feedUrl" :name="name" :limit="limit"/>
39-
</template>
39+
</template>
4040
```
4141

4242
## Props
4343

4444

45-
| name | type | default | description |
46-
| --------------- | -------------------------------- | ---------- | ---------------------------------------------------------------------- |
47-
| feedUrl | String ||RSS Feed URL |
48-
| limit | Number | 5 | Number of items to render |
49-
| Name | String ||Pass a name to replace feed title |
45+
| name | type | default | description |
46+
| ------- | ------ | ------- | --------------------------------- |
47+
| feedUrl | String | |RSS Feed URL |
48+
| limit | Number | 5 | Number of items to render |
49+
| Name | String | |Pass a name to replace feed title |
5050

5151

5252

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-rss-feed",
3-
"version": "0.2.2",
4-
"description": "A simple componenet to embed beautiful RSS feeds with Vuejs",
3+
"version": "0.2.3",
4+
"description": "A simple component to embed beautiful RSS feeds with Vuejs",
55
"keywords": [
66
"RSS",
77
"Embed",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /