From c867018fc3fc7d6b960af1c826c7007e2e15342b Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 2 Feb 2019 13:54:37 +0200 Subject: [PATCH] Fix some issues in README --- README.md | 11 ++++++----- scripts/build.js | 2 +- static-parts/README-start.md | 3 --- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0e1289feb..e307f7443 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ > Curated collection of useful React snippets that you can understand in 30 seconds or less. -> *This README is built using [markdown-builder](https://github.com/30-seconds/markdown-builder).* - - #### Related projects * [30 Seconds of Code](https://30secondsofcode.org) @@ -706,7 +703,9 @@ Finally, in the `render()` method, use a `
` to wrap everything and render t .dialog-content { min-width: 300px; } -```,```jsx +``` + +```jsx class ModalDialog extends React.Component { constructor() { super(); @@ -892,7 +891,9 @@ Define `changeTab`, which will be executed when clicking a `