Sorry that the README is not complete

This commit is contained in:
Mike Nolan 2022-05-20 01:36:33 -05:00
parent c8878722f4
commit 4944637550
1 changed files with 4 additions and 6 deletions

View File

@ -2,9 +2,7 @@
open TimelapseApi
open System
type TimelapseExtension0001() = inherit TimelapseExtension()
override this.Name
with get () = "TimelapseExtension0001"
override this.Id
with get () = Guid.Parse("{1cb8b576-e2e8-44d5-a8e1-e25a47eb0564}") //https://duckduckgo.com/?q=guid&t=ffab&ia=answer
type TimelapseExtension0001() =
inherit TimelapseExtension()
override this.Name = "TimelapseExtension0001"
override this.Id = Guid.Parse("")