Skip to content

Commit

Permalink
Removed an extra empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Laskewitz committed May 8, 2024
1 parent 186cd34 commit bdb5004
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions samples/calendar-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ A re-usable component that allows you to display events in a calendar.

![Preview](./assets/preview.png)


## Applies to

* [Microsoft Power Apps](https://docs.microsoft.com/powerapps/)
Expand All @@ -48,7 +47,6 @@ Version|Date|Comments
-------|----|--------
1.0|May 5, 2021|Initial release


## Features

This sample illustrates the following concepts:
Expand Down Expand Up @@ -85,7 +83,7 @@ Table(
```

## Data Sources

None

## Minimal Path to Awesome
Expand All @@ -100,17 +98,18 @@ You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/devel

* Clone the repository to a local drive
* Pack the source files back into `.msapp` file:

```bash
pac canvas pack --sources pathtosourcefolder --msapp pathtomsapp
```

Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtomsapp` to point to the path of this solution's `.msapp` file (located under the `solution` folder)
* Use the `.msapp` file using **File** > **Open** > **Browse** in Power Apps Studio.

## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**


## Support

While we don't support samples, if you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=calendar-component&authors=@aprildunnam&title=calendar-component%20-%20).
Expand All @@ -121,8 +120,8 @@ Finally, if you have an idea for improvement, [make a suggestion](https://github

## For more information

- [Create a component for canvas apps](https://docs.microsoft.com/powerapps/maker/canvas-apps/create-component#components-in-canvas-apps)
- [Overview of creating apps in Power Apps](https://docs.microsoft.com/powerapps/maker/)
- [Power Apps canvas apps documentation](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/)
* [Create a component for canvas apps](https://docs.microsoft.com/powerapps/maker/canvas-apps/create-component#components-in-canvas-apps)
* [Overview of creating apps in Power Apps](https://docs.microsoft.com/powerapps/maker/)
* [Power Apps canvas apps documentation](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/)

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-samples/samples/calendar-component" />

0 comments on commit bdb5004

Please sign in to comment.