فهرست منبع

Move examples README to directory

Bruce MacDonald 1 سال پیش
والد
کامیت
5b2cafc378
2فایلهای تغییر یافته به همراه10 افزوده شده و 11 حذف شده
  1. 0 11
      README.md
  2. 10 0
      examples/README.md

+ 0 - 11
README.md

@@ -205,14 +205,3 @@ To build the project files run:
 ```sh
 ```sh
 npm run build
 npm run build
 ```
 ```
-
-## Examples
-
-> [!IMPORTANT]
-> Note: Ensure that `npm build` has been run before running the examples.
-
-To run the examples run:
-
-```sh
-npx tsx examples/<folder-name>/<file-name>.ts
-```

+ 10 - 0
examples/README.md

@@ -0,0 +1,10 @@
+## Examples
+
+> [!IMPORTANT]
+> Note: Ensure that `npm build` has been run before running the examples.
+
+To run the examples run:
+
+```sh
+npx tsx <folder-name>/<file-name>.ts
+```