Skip to content

Commit eae1ebf

Browse files
author
Dan
committed
Switch code snippet from Prism to fenced code
1 parent c8086b9 commit eae1ebf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ The `issuer` property is the value of `AUTH0_ISSUER_URL`.
167167
168168
With the `.env` configuration values set, run the API server by issuing the following command:
169169

170-
{% prism bash %}
171-
npm start
172-
{% endprism %}
170+
```bash
171+
npm start
172+
```

0 commit comments

Comments
 (0)