Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy authored Dec 29, 2022
1 parent e199d4e commit c482608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ An easy to use image generation API
import fs from "fs";
import {Computerender} from "computerender";

// Automatically tries CR_KEY
// environment variable if no key is provided
// Automatically tries environment variable
// CR_KEY when no key is provided
const cr = new Computerender("sk_your_api_key_here");

/* -- text to image -- */
Expand Down

0 comments on commit c482608

Please sign in to comment.