Skip to content

Commit

Permalink
Remove ref to company y or any company name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrosnan committed Feb 15, 2024
1 parent 34693fc commit 22ab801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains a calendar file in XML format.

## Table of contents

`TestCalendar_2024.calendar`: A calendar file for a hypothetical company, `A Company Named Company`, in XML format.
`TestCalendar_2024.calendar`: A test calendar XML file.

## Calendar file

Expand Down
6 changes: 3 additions & 3 deletions Calendar/TestCalendar_2024.calendar
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<calendar>
<name>CompanyY_2024</name>
<name>TestCalendar_2024</name>
<timeZone>America/New_York</timeZone>
<language>en</language>
<country>US</country>
<firstValidDate>2024-01-01</firstValidDate>
<lastValidDate>2024-12-31</lastValidDate>
<description>
Company Y calendar for the year 2024.
Company Y uses two business periods instead of one.
Test calendar for the year 2024.
This calendar uses two business periods instead of one.
The periods are separated by a one hour lunch break.
This calendar file defines standard business hours, weekends, and holidays.
</description>
Expand Down

0 comments on commit 22ab801

Please sign in to comment.