fixed README.md

This commit is contained in:
Hosein
2026-05-17 15:50:27 +03:30
parent e520a51ada
commit b005cb35cd
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -22,12 +22,12 @@ you'll build a pricing plans page — the kind you see on every modern SaaS webs
---
## 🛠️ Your TODO List
### 0️⃣ Install VS Code extension for JavaFx Extension
### 0️⃣ Install VS Code extension for better JavaFx CSS Support
* There is an extension for better JavaFx CSS support in **vscode-extension** folder
* You can install that with this command on your IntelliJ terminal:
> code --install-extension "vscode-extension\css-helper-for-javafx-1.0.1.vsix"
* (Optional) Also after that open your VS Code press `CTRL+SHIFT+P`, enter `default setting`, open **settings.json**
and finally add this line:
* (Optional) Also after that open your VS Code press `CTRL+SHIFT+P`, enter `user settings`, open **settings.json**
and finally add this line there:
> "css.lint.vendorPrefix": "ignore",
### 1️⃣ Main.java
+2
View File
@@ -10,6 +10,8 @@ public class Controller {
private boolean isDark = true;
// TODO: (Optional) Create initialize function and use it to set prices during runtime.
@FXML
private void buyBasic() {
// TODO: Call showAlert() with a message indicating the user entered the payment gateway