Skip to content

Commit

Permalink
Use tiled serve demo in README example.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Nov 29, 2022
1 parent 6d5cb46 commit d8f1584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ memory. Alternatively, it could be read on demand from a directory of files,
network resource, database, or some combination of these.

```
tiled serve pyobject --public tiled.examples.generated:tree
tiled serve demo
# equivalent to:
# tiled serve pyobject --public tiled.examples.generated:tree
```

And then access the data efficiently via the Python client, a web browser, or
Expand Down

0 comments on commit d8f1584

Please sign in to comment.