sync-request-curl
Advanced tools
Comparing version 1.3.12 to 1.3.13
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"files": [ | ||
@@ -46,3 +46,4 @@ "dist" | ||
"libcurl", | ||
"node-libcurl" | ||
"node-libcurl", | ||
"comp1531" | ||
], | ||
@@ -49,0 +50,0 @@ "author": "Khiet Tam Nguyen", |
@@ -33,2 +33,3 @@ # sync-request-curl | ||
## 1. Installation | ||
``` | ||
@@ -38,3 +39,4 @@ npm install sync-request-curl | ||
On MacOS, there may be an error in the installation process. In most cases can be fixed by following this [GitHub issue](https://github.com/JCMais/node-libcurl/issues/296). | ||
On MacOS, there may be an error in the installation process. | ||
This can often be fixed by following this [GitHub issue](https://github.com/JCMais/node-libcurl/issues/296). | ||
@@ -225,2 +227,2 @@ ## 2. Usage | ||
Tested to be working on Arch & Debian Linux. Since [node-libcurl](https://github.com/JCMais/node-libcurl) is the core of this module, it is likely also compatible with other operating systems such as MacOS and Windows. | ||
Tested to be working on Arch & Debian Linux. Since [node-libcurl](https://github.com/JCMais/node-libcurl) is the core of this module, it is likely also compatible with other operating systems such as MacOS and Windows. |
Sorry, the diff of this file is not supported yet
35492
226