Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Oct 3, 2023
1 parent 73f9db8 commit 34ebdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://www.nytimes.com/games/wordle
but all hand-made.

## local dev
```bash
```sh
( sleep 3; open http://localhost:8080 & )
deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts -p8080
```
Expand All @@ -27,7 +27,7 @@ deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts -p80


## words, words, words
```bash
```sh
# 6438 five-letter words from SCOWL:
wget -qO- https://gitlab.com/internetarchive/word-salad/-/raw/main/words-scowl.txt \
|fgrep -A1000000 -- --- \
Expand Down

0 comments on commit 34ebdb0

Please sign in to comment.