Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit aa088ac

Browse files
authored
Merge pull request #14 from add2cal/dev
Dev
2 parents becc44d + ccbd587 commit aa088ac

File tree

6 files changed

+738
-728
lines changed

6 files changed

+738
-728
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!--- Go over all the following points, and put an `x` in the boxes. -->
1818

19-
- [] My code follows the code style of this project (I at least ran `npm run format` and `npm run build`).
19+
- [] My code follows the code style of this project (I ran `npm run format`).
2020
- [] I have read the **CONTRIBUTING** document.
2121

2222
<!--- Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a wrapper repository for the popular [Add to Calendar Button](), making
1414

1515
<br /><br />
1616

17-
This is for everybody, who wants to include a button at his/her Vue.js application, which enables users to easily add a specific event to their calendars.
17+
This is for everybody, who wants to include a button at their Vue.js application, which enables users to easily add a specific event to their calendars.
1818
The main goal of this repository is to keep this process as easy as possible at maximum compatibility. Simply define your button configuration and everything else is automatically generated by the script.
1919
Supporting calendars at Apple, Google, Microsoft (365, Outlook, Teams), Yahoo, and generic iCal.
2020

@@ -105,10 +105,11 @@ import AddToCalendarButton from 'add-to-calendar-button-vue';
105105
```
106106

107107
Use the componet inside your code and declare any options as attributes.
108+
108109
```
109-
<add-to-calendar-button
110-
name="Test-Event"
111-
startDate="2023-05-22"
110+
<add-to-calendar-button
111+
name="Test-Event"
112+
startDate="2023-05-22"
112113
:options="['Apple','Google','Yahoo','iCal']"
113114
></add-to-calendar-button>
114115
```
@@ -146,6 +147,7 @@ Find all information about the available parameters and how to configure specifi
146147

147148
## ⚡ Changelog
148149

150+
- v1.2 : asynch functionality
149151
- v1.1 : changing component name
150152
- v1.0 : initial release
151153

@@ -163,7 +165,7 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
163165
- [Feature requests](.github/CONTRIBUTING.md#features)
164166
- [Pull requests](.github/CONTRIBUTING.md#pull-requests)
165167

166-
**IMPORTANT NOTE:** Run `npm install`, `npm run format`, and `npm run build` before you create any pull request!
168+
**IMPORTANT NOTE:** Run `npm install` and `npm run format` before you create any pull request!
167169

168170
<br />
169171

0 commit comments

Comments
 (0)