diff --git a/README.md b/README.md
index f43b4e6..7cf79e2 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ XLS II [BasicExcel](http://www.codeproject.com/Articles/13852/BasicExcel-A-Class
| carbon | cocoa | win32 | win64 |
|:------:|:-----:|:---------:|:---------:|
-|||||
+|||||
```
spctl -a -vv -t install XLS II.bundle: accepted
@@ -24,49 +24,3 @@ origin=Developer ID Application: keisuke miyako (Y69CWUC25B)
### Releases
[2.0](https://github.com/miyako/4d-plugin-xls-basic-excel/releases/tag/2.0)
-
-Commands
----
-
-```
-// --- File
-XLS Create
-XLS Load
-XLS Save as
-XLS CLOSE
-
-// --- Workbook
-XLS Get total sheets
-XLS Add sheet
-XLS Get sheet name
-XLS Set sheet name
-
-// --- Worksheet
-XLS Get total rows
-XLS Get total columns
-XLS Set column width
-XLS Get column width
-XLS Merge cells
-
-// --- Cell
-XLS Clear value
-XLS Get text value
-XLS Get real value
-XLS Get long value
-XLS Set long value
-XLS Set real value
-XLS Set text value
-XLS Get value type
-
-// --- Font
-XLS SET FONT PROPERTY
-XLS GET FONT PROPERTY
-
-// --- Format
-XLS SET FORMAT PROPERTY
-XLS GET FORMAT PROPERTY
-XLS Get format string
-XLS Set format string
-XLS Get wrapping
-XLS SET WRAPPING
-```