Update and rename README to README.md

This commit is contained in:
Gregory Casamento 2023-07-16 15:46:29 -04:00 committed by GitHub
parent 7aaebd54c1
commit 20477b948d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View file

@ -1,11 +0,0 @@
GormLib is a clone of the InterfaceBuilder framework.
GormLib's primary purpose is to allow the creation of custom palettes and
inspectors outside of Gorm. This will also facilitate extension of Gorm
since it will allow outside applications to have an interface with which they
can interact with the running Gorm application.
You must install this library before you can build Gorm.
Thanks, Gregory John Casamento

View file

@ -0,0 +1,10 @@
# InterfaceBuilder framework
This is a clone of the InterfaceBuilder framework.
InteraceBuilder framework's primary purpose is to allow the creation of custom palettes and
inspectors outside of Gorm. This will also facilitate the extension of Gorm
since it will allow outside applications to have an interface with which they
can interact with the running Gorm application.
You must install this library before you can build Gorm.