Skip to content

Commit ba558e9

Browse files
authored
Update README.md (#108)
1 parent 21af780 commit ba558e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Calendar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ A calendar file can be used by Deephaven's calendar API to add a custom calendar
1212

1313
## Use a custom calendar
1414

15-
Here's an example of the documentation for using a custom calendar:
15+
Here's an example that uses the calendar. It assumes you've copied this file to your local Deephaven installation.
1616

1717
```python
1818
from deephaven.calendar import add_calendar, calendar, calendar_names
1919

20-
add_calendar("https://media.githubusercontent.com/media/deephaven/examples/main/Calendar/CompanyY_2024.calendar")
20+
add_calendar("/data/examples/Calendar/CompanyY_2024.calendar")
2121

2222
print(calendar_names())
2323

2424
company_y_cal_2024 = calendar("CompanyY_2024")
25-
```
25+
```

0 commit comments

Comments
 (0)