Skip to content

Commit

Permalink
Change snippet in README.md to jsonc for syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasKenneth committed May 22, 2024
1 parent 49647fc commit 87763f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/create-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

## Install the SDK
You can install the PHP SDK with Composer by editing your `composer.json` file:
```json
```jsonc
{
"require": {
// x-release-please-start-version
"microsoft/microsoft-graph": "^2.10.0"
// x-release-please-end-->
// x-release-please-end
}
}
```
Expand Down

0 comments on commit 87763f5

Please sign in to comment.