Skip to content

Commit

Permalink
fix indent in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideaki Matsunami committed Dec 16, 2023
1 parent f183c1b commit 9071f99
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 @@ -55,10 +55,10 @@ import { GasPlugin } from 'npm:esbuild-gas-plugin@0.7.0'
import httpFetch from 'https://deno.land/x/esbuild_plugin_http_fetch@v1.0.2/index.js'

await build({
entryPoints: ['src/index.ts'],
bundle: true,
outfile: 'dist/bundle.js',
plugins: [httpFetch, GasPlugin ]
entryPoints: ['src/index.ts'],
bundle: true,
outfile: 'dist/bundle.js',
plugins: [httpFetch, GasPlugin ]
})
stop()
```
Expand Down

0 comments on commit 9071f99

Please sign in to comment.