Skip to content

Commit

Permalink
Fix readme formatting and broken csproj XML
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright committed Nov 23, 2017
1 parent 79a9925 commit 82fc392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GitHubAutoresponder.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<PackageVersion>1.0.1/PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<TargetFramework>netcoreapp2.0</TargetFramework>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ A **Base64-encoded** string following a `<responding_username>:<personal_api_tok
4. In _Payload URL_, enter the absolute URL via which the webhook can be accessed, including the `/api/webhook` path
5. Select _application/json_ from the _Content type_ dropdown
6. Enter the webhook secret that you most likely generated in the previous section (see _`GHAR_SECRET`_)
7. Under _Which events would you like to trigger this webhook?_, choose _Let me select individual events_, and select:
a) _Issues_
b) _Pull request_
7. Under _Which events would you like to trigger this webhook?_, choose _Let me select individual events_, and select: _Issues_; and _Pull request_
8. Click _Add webhook_ to complete the registration

0 comments on commit 82fc392

Please sign in to comment.