From 8798100805a8aab04482808ec2ac55bf36106b02 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:02:39 +0200 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19aa7fa..1b31ccd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An accursed, unutterable type id. Once upon a time, back when time may not have been a human concept but only a vague idea among the -wise, there was [`std::any::TypeId`]. +wise, there was `std::any::TypeId`. It was a good type, and many of these early inhabitants of planet earth were quite fond of it. Yet, there was a fundamental issue in it, that even the elders were not able to resolve: It @@ -17,7 +17,7 @@ it had to be implemented using a derive macro (futuristic technology that the el dreamt of back then). Yet this change was accepted, and peace among the peoples ensured. Using it is as simple as slapping a derive macro on your type -and then getting the type id using [`AccursedUnutterableTypeId::of`]. +and then getting the type id using `AccursedUnutterableTypeId::of`. ```rust use accursed_unutterable_type_id::{AccursedUnutterableTypeId, AccursedUnutterablyTypeIdentified};