From 5b96e4a0951ecb436b6d8fb484bbbaeab32fe092 Mon Sep 17 00:00:00 2001 From: lishid Date: Mon, 26 Oct 2020 11:15:02 -0400 Subject: [PATCH] Update readme. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 781cb28..407d3d1 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,6 @@ The repo contains the latest plugin API (obsidian.d.ts) in Typescript Definition **Note:** The Obsidian API is still in early alpha and is subject to change at any time! -### Compatibility - -Custom plugins are only available for Obsidian v0.9.7+. - -The current API of this repo targets Obsidian **v0.9.7**. - ### How to use - Clone this repo.