Skip to content

Commit f4976e1

Browse files
author
swyx
committed
readme
1 parent a19a346 commit f4976e1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ This will start the normal create-react-app dev server and open your app at `htt
5050

5151
Local in-app requests to the relative path `/.netlify/functions/*` will automatically be proxied to the local functions dev server.
5252

53-
<detail>
53+
<details>
5454
<summary>
55-
<b>Typescript</b>
55+
<b id="typescript">Typescript</b>
5656
</summary>
5757
You can use Typescript in both your React code (with `react-scripts` v2.1+) and your lambda functions )with `netlify-lambda` v1.1+). Follow these instructions:
5858

@@ -80,15 +80,13 @@ const handler: Handler = (event: any, context: Context, callback: Callback) => {
8080
};
8181

8282
export { handler };
83-
8483
```
8584

8685
rerun and see it work!
8786

8887
You are free to set up your `tsconfig.json` and `tslint` as you see fit.
8988

90-
</detail>
91-
89+
</details>
9290

9391
## Service Worker
9492

0 commit comments

Comments
 (0)