Skip to content

Commit eebb15f

Browse files
committed
Tweak README intro
1 parent c3aef2e commit eebb15f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ knitr::opts_chunk$set(
2222
[![R-CMD-check](https://github.com/r-lib/clock/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/clock/actions)
2323
<!-- badges: end -->
2424

25-
clock is a new R package for working with date-time data. It:
25+
clock is an R package for working with date-times. It is packed with features, including tools for: parsing, formatting, arithmetic, rounding, and extraction/updating of individual components. Additionally, it:
2626

2727
- Provides a new family of orthogonal date-time classes (durations, time points, zoned-times, and calendars) that partition responsibilities so that you only have to think about time zones when you need them.
2828

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ coverage](https://codecov.io/gh/r-lib/clock/branch/master/graph/badge.svg)](http
1010
[![R-CMD-check](https://github.com/r-lib/clock/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/clock/actions)
1111
<!-- badges: end -->
1212

13-
clock is a new R package for working with date-time data. It:
13+
clock is an R package for working with date-times. It is packed with
14+
features, including tools for: parsing, formatting, arithmetic,
15+
rounding, and extraction/updating of individual components.
16+
Additionally, it:
1417

1518
- Provides a new family of orthogonal date-time classes (durations,
1619
time points, zoned-times, and calendars) that partition

0 commit comments

Comments
 (0)