We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9ea8a commit 8600a98Copy full SHA for 8600a98
1 file changed
README.md
@@ -80,7 +80,7 @@ Puedes usar el SDK tanto en aplicaciones Node.js tradicionales como en framework
80
81
// o ESM
82
import { FiscalapiClient } from 'fiscalapi';
83
-
+
84
const settings = {
85
apiUrl: "https://test.fiscalapi.com", // https://live.fiscalapi.com (producción)
86
apiKey: "<tu_api_key>",
0 commit comments