From 12eb851a40214f92a2a3363eed5dc6dc7ca64e6f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 29 Mar 2021 17:39:25 +0200 Subject: [PATCH] readme: reference the example/ dir --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 527a9e3..639a567 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Lightweight hardware composer library for libdrm. libliftoff eases the use of KMS planes from userspace without standing in your -way. Users create "virtual planes" called layers, set KMS properties on them, -and libliftoff will allocate planes for these layers if possible. +way. Users create "virtual planes" called layers, set KMS properties on them, +and libliftoff will pick planes for these layers if possible. Resources: @@ -22,7 +22,8 @@ Depends on libdrm. Requires universal planes and atomic. ## Usage -See [`liftoff.h`][liftoff.h]. Here's the general idea: +See [`liftoff.h`][liftoff.h] and the `example/` directory. Here's the general +idea: ```c struct liftoff_device *device;