tiime-cli 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -384,7 +384,7 @@ const transactions = await client.bankTransactions.listAll({
384
384
  search: "loyer",
385
385
  });
386
386
 
387
- // Clients & Fournisseurs
387
+ // Clients
388
388
  const clients = await client.clients.list({ archived: false });
389
389
  // Devis
390
390
  const quotations = await client.quotations.list();