README: add theatre logo. Add/fix social links (#113)

* add theatre logo. Add/fix social links

* remove styles that don't work in github md

* Add more detailed getting started links to README

* change github links to use theatre-js org and autoformat
This commit is contained in:
Elliot 2022-04-05 13:29:40 -04:00 committed by GitHub
parent f1a1f48c0f
commit 0cc4f795a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 203 additions and 91 deletions

View file

@ -63,7 +63,7 @@ const validateCommonOpts = (fnCallSignature: string, opts?: CommonOpts) => {
*
* // nesting
* const foo = {bar: {baz: {quo: 0}}}
* assert(sheet.object('some object', foo).bar.baz.quo === 0)
* assert(sheet.object('some object', foo).value.bar.baz.quo === 0)
*
* // With additional options:
* const position = t.compound(