From 00689a1f4a07fa1257dde77bb1d3aae3dba523c8 Mon Sep 17 00:00:00 2001 From: David Blass Date: Sun, 28 Apr 2024 00:54:12 -0400 Subject: [PATCH] docs: update README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ee65723f43..f288a889dc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@

ArkType TypeScript's 1:1 validator

-[](https://arktype.io/try) - -`typescript@4.9.5` in VS Code— no extensions or plugins required (how?) (try in-browser) - -
- ## What is it?

ArkType is a runtime validation library that can infer TypeScript definitions 1:1 and reuse them as highly-optimized validators for your data.

@@ -14,7 +8,7 @@

This result exactly mirrors what you can expect to happen at runtime down to the punctuation of the error message- no plugins required.

-Check out [how it works](#how), [try it in-browser](https://arktype.io/docs/#your-first-type), or [scroll slightly](#install) to read about installation. +Check out [how it works](#how) or [scroll slightly](#install) to read about installation.