Skip to content

Commit

Permalink
refs #4 Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Nov 6, 2019
1 parent 9a81512 commit 6fdeb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,15 +4,15 @@ An AWS Lambda Runtime for Dlang

## Building

- Install the dependences: sh ./setup_external_deps.sh
- Install the dependences: sh ./setup__external__deps.sh
- Add your lambda implementation into bootstrap.d
- type: dub --compiler=gdc or dub --compiler=ldc2

## Testing

For verification of your Lamb-D in a local serverless style, try:

- sh ./setenv_fake_lambdaenv.sh
- sh ./setenv__fake__lambdaenv.sh
- dub test

TODO: Add some better testing facilities.
Expand Down

0 comments on commit 6fdeb2a

Please sign in to comment.