Explorar o código

Use correct crate name in readme example (#595)

Brian Anderson %!s(int64=4) %!d(string=hai) anos
pai
achega
80e4030e45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ Here's a counter program, where only the designated `authority`
 can increment the count.
 
 ```rust
-use anchor::prelude::*;
+use anchor_lang::prelude::*;
 
 #[program]
 mod counter {