diff --git a/README.md b/README.md index 048cdb6..d225afd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![TEMPUS](https://assets.darkroom.engineering/tempus/header.png)](https://github.com/darkroomengineering/tempus) -A lightweight, high-performance animation frame manager for JavaScript applications. +## Introduction + +`tempus` means time in Latin, this package is a lightweight, high-performance animation frame manager for JavaScript applications. ## Packages @@ -139,7 +141,7 @@ Patches the native `requestAnimationFrame` to use Tempus. ## License -MIT © [Darkroom Engineering](https://github.com/darkroomengineering) +MIT © [darkroom.engineering](https://github.com/darkroomengineering) # Shoutout diff --git a/package.json b/package.json index 2334132..6a44bc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tempus", - "version": "1.0.0-dev.9", + "version": "1.0.0-dev.10", "description": "one rAF to rule them all", "type": "module", "sideEffects": false,