Pārlūkot izejas kodu

Use correct crate name in readme example (#595)

Brian Anderson 4 gadi atpakaļ
vecāks
revīzija
80e4030e45
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 {