mirror of
https://github.com/TxtDot/instances.git
synced 2025-03-13 05:14:44 +03:00
remove artegoser and fix formatting
This commit is contained in:
parent
0e28ca6130
commit
715e43f626
3 changed files with 4 additions and 10 deletions
3
index.js
3
index.js
|
@ -15,8 +15,7 @@ function static(label, text) {
|
|||
async function run() {
|
||||
fs.writeFileSync(
|
||||
"README.md",
|
||||
`# Instances of TXTDot proxies
|
||||
\r${(
|
||||
`# Instances of TXTDot proxies\n\n${(
|
||||
await Promise.all(
|
||||
instances.map(async (instance) => {
|
||||
if (typeof instance === "string") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue