some cleanup during audit

Signed-off-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Jacob Heider 2022-05-07 14:24:10 -04:00
parent 5e31bf0afc
commit a3aa528923
4 changed files with 373 additions and 368 deletions

5
.markdownlint.json Normal file
View file

@ -0,0 +1,5 @@
{
"MD013": false,
"MD025": false,
"MD026": false
}

View file

@ -2,7 +2,7 @@
Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
### Using Creative Commons Public Licenses ## Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.

View file

@ -15,7 +15,7 @@ sh <(curl tea.xyz) https://github.com/teaxyz/www
Alternatively: Alternatively:
``` ```sh
npx watch-http-server . -p8000 -o -a localhost npx watch-http-server . -p8000 -o -a localhost
open localhost:8000 open localhost:8000
``` ```