Skip to content

Commit d364b1b

Browse files
authored
docs: fix formatting because Github admonition is not supported in indented block...
1 parent af8994e commit d364b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Set the `FablePackageType` property in your project file to one of the following
2828

2929
Examples of libraries could be [Fable.Promise](https://github.com/fable-compiler/fable-promise/), [Elmish](https://elmish.github.io/), [Thoth.Json](https://thoth-org.github.io//Thoth.Json/), [Feliz](https://zaid-ajaj.github.io/Feliz/)
3030

31-
> [!NOTE]
3231
> This will include the source files in the package.
3332
3433
- `binding`: If your package consist of a set of API to make a native library available
@@ -38,8 +37,9 @@ Set the `FablePackageType` property in your project file to one of the following
3837
- A package which makes an NPM package API available
3938
- A package which makes the Browser API available
4039
- A package which makes a cargo package API available
40+
41+
<br/>
4142

42-
> [!NOTE]
4343
> Only the DLL will be included in the package, allowing for a faster build and smaller package size.
4444
4545
### 2. Specify the targets

0 commit comments

Comments
 (0)