Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 8f6b517

Browse files
committed
format/styling
1 parent 0cfb246 commit 8f6b517

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A drag & drop event calendar with data permanence.
66

77
## Purpose
88

9-
MySQL/JSON integration with FullCalendar with event recurrence capabilities.
9+
MySQL/JSON integration with FullCalendar and event recurrence capabilities.
1010

1111
# Features
1212

@@ -36,7 +36,7 @@ JSON
3636
1. Copy files to localhost
3737
2. Open *index-json.php* from browser
3838

39-
Note: If event editing not "sticking" on refresh, verify file permissions are sufficient. ``` ls -l ```
39+
**Note:** If event editing not "sticking" on refresh, verify file permissions are sufficient. ``` ls -l ```
4040

4141
# Event Structure
4242

@@ -61,6 +61,8 @@ MySQL Event Schema
6161
(5, 'Meeting', 'some text for meeting', '#000', '2019-01-11 10:30:00', '2019-01-11 12:30:00')
6262
```
6363

64+
New Properties
65+
6466
* rid = recurrence id
6567
* repeat = repeat status
6668

@@ -74,14 +76,14 @@ MySQL Event Schema
7476

7577
* FC v3.9.0
7678
* BS4
77-
* PHP5/7
78-
* JSON/MySQL
79+
* PHP 5/7
80+
* MySQL/JSON
7981
* JavaScript/jQuery
8082
* HTML/CSS
8183

8284
## Contributing
8385

84-
Submit a PR and I'll review. Look for untagged issues to help with.
86+
Submit a PR and I'll review. Look for untagged/unassigned issues to help with.
8587

8688
## Versioning
8789

0 commit comments

Comments
 (0)