Skip to content

Commit

Permalink
docs: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydakota committed Feb 20, 2021
1 parent 7027d55 commit dcb2ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone [email protected]:rileydakota/valheim-ecs-fargate-cdk.git
npm i
```

4. Configure any server settings you need to change in the code [here](lib/valheim-server-aws-cdk-stack.ts#66-82) - will absolutely want to change `SERVER_NAME`!
4. Configure any server settings you need to change in the code [here](lib/valheim-server-aws-cdk-stack.ts#L66-82) - will absolutely want to change `SERVER_NAME`!

```typescript
const container = valheimTaskDefinition.addContainer("valheimContainer", {
Expand Down

0 comments on commit dcb2ef5

Please sign in to comment.