diff --git a/pallets/oneshot-account/README.md b/pallets/oneshot-account/README.md
index bb183f5b6695c61437d74c267f7ae80a546a5404..7d3f030eabb1384ae07203d6577dae0bde54b5fa 100644
--- a/pallets/oneshot-account/README.md
+++ b/pallets/oneshot-account/README.md
@@ -1,3 +1,3 @@
 # Duniter oneshot account pallet
 
-Duniter provides light accounts without nonce that can only be consumed once. This should reduce transaction weight and then fees. The use case is anonymous accounts.
\ No newline at end of file
+Duniter provides light accounts without `AccountInfo` (nonce, consumers, providers, sufficients, free, reserved, misc_frozen, fee_frozen) that can only be consumed once. This should reduce transaction weight and then fees. The use case is anonymous accounts or physical supports.
\ No newline at end of file