Skip to content

Commit

Permalink
Use jsonc for README dotslash file code block
Browse files Browse the repository at this point in the history
Summary: So the comments in the JSON render nicely.

Reviewed By: dtolnay

Differential Revision: D53480137

fbshipit-source-id: 348d6d640b3ac8664b23af9fcd52b0f43daf138c
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 6, 2024
1 parent 047b12d commit a958523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# DotSlash: simplified executable deployment

![License]
[![Build Status]][CI]
![License] [![Build Status]][CI]

[License]:
https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blueviolet.svg
[Build Status]: https://github.com/facebook/dotslash/actions/workflows/build.yml/badge.svg?branch=main
[Build Status]:
https://github.com/facebook/dotslash/actions/workflows/build.yml/badge.svg?branch=main
[CI]: https://github.com/facebook/dotslash/actions/workflows/build.yml

</div>
Expand Down Expand Up @@ -45,7 +45,7 @@ exit $?
With DotSlash, the shell script and the binaries can be replaced with a single
file named `node`:

```json
```jsonc
#!/usr/bin/env dotslash

// The URLs in this file were taken from https://nodejs.org/dist/v18.19.0/
Expand Down

0 comments on commit a958523

Please sign in to comment.