Skip to content

Commit cb25716

Browse files
authored
Update README.md
1 parent 62d47bc commit cb25716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ in "repositories" section
2424

2525
# Use Examples
2626

27-
## 1 Get all Lessons from specific Site sorted by Course active date, Lesson active date
27+
## Get all Lessons from specific Site sorted by Course active date, Lesson active date
2828
```php
2929
\ES\Learning\LessonTable::getList([
3030
'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],

0 commit comments

Comments
 (0)